List sent is every time after file update
This commit is contained in:
parent
76f54d20f6
commit
c83fb4a630
@ -89,7 +89,6 @@ class SyncClientProtocol(JSONCommandProtocol):
|
|||||||
self._client.setRoom(roomName)
|
self._client.setRoom(roomName)
|
||||||
self.logged = True
|
self.logged = True
|
||||||
self._client.sendFile()
|
self._client.sendFile()
|
||||||
self.sendList()
|
|
||||||
|
|
||||||
def sendHello(self):
|
def sendHello(self):
|
||||||
hello = {}
|
hello = {}
|
||||||
@ -135,6 +134,7 @@ class SyncClientProtocol(JSONCommandProtocol):
|
|||||||
|
|
||||||
def sendFileSetting(self, file_):
|
def sendFileSetting(self, file_):
|
||||||
self.sendSet({"file": file_})
|
self.sendSet({"file": file_})
|
||||||
|
self.sendList()
|
||||||
|
|
||||||
def handleList(self, userList):
|
def handleList(self, userList):
|
||||||
self._client.userlist.clearList()
|
self._client.userlist.clearList()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user