diff --git a/core/remote/watcher/index.js b/core/remote/watcher/index.js index 2a4fa4471..af580a947 100644 --- a/core/remote/watcher/index.js +++ b/core/remote/watcher/index.js @@ -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()