mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-09-03 17:27:06 +00:00
Complete central provider, resource, scheduling, and recovery contracts
This commit is contained in:
@@ -95,8 +95,8 @@ export class LiveSyncBaseCore<
|
||||
for (const addOn of addOns) {
|
||||
this._registerAddOn(addOn);
|
||||
}
|
||||
// Preserve the former ModuleReplicator lifecycle-handler order:
|
||||
// host features and add-ons first, then replication, then legacy modules.
|
||||
// Register host features and add-ons before replication, then bind
|
||||
// legacy modules so lifecycle handlers observe the required order.
|
||||
useReplicationFeature(this);
|
||||
this.bindModuleFunctions();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user