Skip to content

Commit

Permalink
Merge pull request #6483 from nextcloud/backport/6479/stable30
Browse files Browse the repository at this point in the history
[stable30] fix(sync): Disable browser broadcast
  • Loading branch information
max-nextcloud authored Oct 1, 2024
2 parents 27ca1c4 + 0daa6f9 commit eec19aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ export default {
fileId: this.fileId,
queue: this.$queue,
initialSession: this.initialSession,
disableBC: true,
})
this.$providers.push(syncServiceProvider)
this.forceRecreate = false
Expand Down

0 comments on commit eec19aa

Please sign in to comment.