### Fixed

- Fixed an issue with automatic synchronisation starting (#702).
This commit is contained in:
vorotamoroz
2025-08-29 11:46:11 +01:00
parent fec203a751
commit a2cc093a9e
3 changed files with 37 additions and 13 deletions
+5
View File
@@ -582,6 +582,11 @@ export default class ObsidianLiveSyncPlugin
$everyBeforeReplicate(showMessage: boolean): Promise<boolean> {
return InterceptiveEvery;
}
$$canReplicate(showMessage: boolean = false): Promise<boolean> {
throwShouldBeOverridden();
}
$$replicate(showMessage: boolean = false): Promise<boolean | void> {
throwShouldBeOverridden();
}