Skip to content

Commit

Permalink
feat: Activate realtime remote changes fetching (#2347)
Browse files Browse the repository at this point in the history
This feature was hidden behind a local flag.

We're now activating it for every user.
  • Loading branch information
taratatach authored Oct 11, 2024
1 parent 1958ce0 commit ee09069
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions core/remote/watcher/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,7 @@ class RemoteWatcher {
this.events = events
this.running = false
this.nextRun = Promise.resolve()

if (config.flags['desktop.realtime.enabled']) {
this.realtimeManager = new RealtimeManager()
}
this.realtimeManager = new RealtimeManager()

this.startQueue()

Expand Down

0 comments on commit ee09069

Please sign in to comment.