Fixed not displaying filenames of user who joined rooms in isolate mode

This commit is contained in:
Uriziel 2013-10-27 17:32:52 +01:00
parent c9c8d537b5
commit c16bbcf667

View File

@ -357,7 +357,7 @@ class SyncIsolatedFactory(SyncFactory):
l = lambda w: w.sendUserSetting(watcher.name, oldRoom, None, {"left": True})
self.broadcast(watcherProtocol, l)
SyncFactory.watcherSetRoom(self, watcherProtocol, room)
self.watcherSetFile(watcherProtocol, watcher.file)
class Watcher(object):
def __init__(self, factory, watcherProtocol, name, room):