chore: start init sync when open document/database (#5040)

This commit is contained in:
Nathan.fooo
2024-04-02 22:15:42 +08:00
committed by GitHub
parent 419600ca11
commit dff3ea60bd
12 changed files with 258 additions and 88 deletions

View File

@ -259,7 +259,6 @@ impl AppFlowyCollabBuilder {
local_collab,
});
trace!("add appflowy cloud collab plugins: {}", plugins.len());
for plugin in plugins {
arc_collab.lock().add_plugin(plugin);
}