1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Server: Support including items with delta call to optimise sync

This commit is contained in:
Laurent Cozic
2023-12-17 11:12:26 +00:00
parent d13a3fc5c8
commit 67a68709e3
9 changed files with 183 additions and 84 deletions

View File

@@ -45,6 +45,10 @@ export default class FileApiDriverJoplinServer {
return true;
}
public get supportsDeltaWithItems() {
return true;
}
public requestRepeatCount() {
return 3;
}
@@ -56,6 +60,7 @@ export default class FileApiDriverJoplinServer {
jop_updated_time: md.jop_updated_time,
isDir: false,
isDeleted: isDeleted,
jopItem: md.jopItem,
};
return output;