mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: Stream collab objects (#4361)
* feat: stream collab object * chore: disable snapshot
This commit is contained in:
@ -233,7 +233,7 @@ impl AppFlowyCollabBuilder {
|
||||
object_type.clone(),
|
||||
collab_db.clone(),
|
||||
persistence_config.clone(),
|
||||
self.snapshot_persistence.lock().as_ref().map(Arc::clone),
|
||||
None,
|
||||
))
|
||||
.with_device_id(self.device_id.clone())
|
||||
.build()?,
|
||||
|
Reference in New Issue
Block a user