feat: don't store to LS during collab (#2909)

This commit is contained in:
David Luzar
2021-02-03 19:14:26 +01:00
committed by GitHub
parent 02598c6163
commit ce507b0a0b
6 changed files with 223 additions and 239 deletions

View File

@@ -122,7 +122,7 @@ class Portal {
data as SocketUpdateData,
);
if (syncAll && this.collab.state.isCollaborating) {
if (syncAll && this.collab.isCollaborating) {
await Promise.all([
broadcastPromise,
this.collab.saveCollabRoomToFirebase(syncableElements),