mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-08-29 23:07:08 +00:00
Align host integrations with current API recommendations
This commit is contained in:
+1
-5
@@ -170,11 +170,7 @@ export default class ObsidianLiveSyncPlugin extends Plugin {
|
||||
return extraModules;
|
||||
},
|
||||
(core) => {
|
||||
const addOns = [
|
||||
new ConfigSync(this, core),
|
||||
new HiddenFileSync(this, core),
|
||||
new LocalDatabaseMaintenance(this, core),
|
||||
];
|
||||
const addOns = [new ConfigSync(core), new HiddenFileSync(core), new LocalDatabaseMaintenance(core)];
|
||||
return addOns;
|
||||
},
|
||||
(core) => {
|
||||
|
||||
Reference in New Issue
Block a user