Fixed not displaying filenames of user who joined rooms in isolate mode
This commit is contained in:
parent
c9c8d537b5
commit
c16bbcf667
@ -357,7 +357,7 @@ class SyncIsolatedFactory(SyncFactory):
|
|||||||
l = lambda w: w.sendUserSetting(watcher.name, oldRoom, None, {"left": True})
|
l = lambda w: w.sendUserSetting(watcher.name, oldRoom, None, {"left": True})
|
||||||
self.broadcast(watcherProtocol, l)
|
self.broadcast(watcherProtocol, l)
|
||||||
SyncFactory.watcherSetRoom(self, watcherProtocol, room)
|
SyncFactory.watcherSetRoom(self, watcherProtocol, room)
|
||||||
|
self.watcherSetFile(watcherProtocol, watcher.file)
|
||||||
|
|
||||||
class Watcher(object):
|
class Watcher(object):
|
||||||
def __init__(self, factory, watcherProtocol, name, room):
|
def __init__(self, factory, watcherProtocol, name, room):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user