Skip to content

Commit

Permalink
Merge pull request #6481 from nextcloud/backport/6479/stable28
Browse files Browse the repository at this point in the history
[stable28] fix(sync): Disable browser broadcast
  • Loading branch information
max-nextcloud authored Oct 1, 2024
2 parents 8856a1a + 3a87184 commit c84dbfe
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 @@ -390,6 +390,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 c84dbfe

Please sign in to comment.