List sent is every time after file update

This commit is contained in:
Uriziel 2012-10-16 19:48:31 +02:00
parent 76f54d20f6
commit c83fb4a630

View File

@ -89,7 +89,6 @@ class SyncClientProtocol(JSONCommandProtocol):
self._client.setRoom(roomName)
self.logged = True
self._client.sendFile()
self.sendList()
def sendHello(self):
hello = {}
@ -135,6 +134,7 @@ class SyncClientProtocol(JSONCommandProtocol):
def sendFileSetting(self, file_):
self.sendSet({"file": file_})
self.sendList()
def handleList(self, userList):
self._client.userlist.clearList()