mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-04-04 16:15:17 +00:00
## 0.25.43-patched-8
This commit is contained in:
@@ -35,7 +35,7 @@ export class ModuleReplicatorCouchDB extends AbstractModule {
|
||||
|
||||
return Promise.resolve(true);
|
||||
}
|
||||
onBindFunction(core: LiveSyncCore, services: typeof core.services): void {
|
||||
override onBindFunction(core: LiveSyncCore, services: typeof core.services): void {
|
||||
services.replicator.getNewReplicator.addHandler(this._anyNewReplicator.bind(this));
|
||||
services.appLifecycle.onResumed.addHandler(this._everyAfterResumeProcess.bind(this));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user