mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-02-06 20:31:34 +00:00
Fixed:
- Now the remote chunks could be decrypted even if we are using `Incubate chunks in Document`. (The note of 0.23.6 has been fixed). - Chunk retrieving with `Incubate chunks in document` got more efficiently. - No longer task processor misses the completed tasks. - Replication is no longer started automatically during changes in window visibility (e.g., task switching on the desktop) when off-focused.
This commit is contained in:
@@ -684,6 +684,7 @@ export class ConfigSync extends LiveSyncCommands {
|
||||
children: [],
|
||||
deleted: false,
|
||||
type: "newnote",
|
||||
eden: {}
|
||||
};
|
||||
} else {
|
||||
if (old.mtime == mtime) {
|
||||
|
||||
Reference in New Issue
Block a user