-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
t add kalimera # id: 1 tw_caldav_sync ... t mod 1 kalimera2 tw_caldav_sync \# on subsequent syncs, the item 'kalimera2' would update caldav->tw because the description field was set in the former to "" and was unset in the latter. We're also not accounting the SYNCALL_TW_UUID in the identical keys to compare since that exists in the caldav version but not in the TW one.
- Loading branch information
1 parent
3778451
commit 021095d
Showing
4 changed files
with
24 additions
and
111 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,6 @@ class CaldavSide(SyncSide): | |
"status", | ||
"summary", | ||
"due", | ||
SYNCALL_TW_UUID, | ||
SYNCALL_TW_WAITING, | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters