Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ikhal: fix deleting of multiple instances #1273

Merged
merged 1 commit into from
Jun 23, 2023
Merged

ikhal: fix deleting of multiple instances #1273

merged 1 commit into from
Jun 23, 2023

Commits on Jun 23, 2023

  1. ikhal: fix deleting of multiple instances

    When deleting multiple instances of the same recurring event, ikhal
    would crash because of mismatching etags. This would happen, because we
    delete one instance after the next, each time updating the etag. As we
    check for matching etags when deleting (the one in the database and the
    one stored in ikhal), this would crash ikhal. Matching the etag makes
    sense, as we might overwrite freshly synced data otherwise. For now, the
    server wins.
    geier committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    fe5be01 View commit details
    Browse the repository at this point in the history