Syncs notes when a note is saved or edited.#216
Syncs notes when a note is saved or edited.#216deannah wants to merge 1 commit intohaystack:masterfrom
Conversation
|
Instead of overriding those functions, you should be able to listen to "add" signals emitted by Also, while this is a stop-gap solution, it's really inefficient. A full sync (what you are doing here) first downloads all of the notes and then pushes the changed notes to the server. Instead, you should only push updated notes. You could do this by calling Currently,
So you should probably modify |
fixes #200