mirror of
https://github.com/Syncplay/syncplay
synced 2025-01-27 01:03:34 +00:00
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.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()
|
||||
|
Loading…
Reference in New Issue
Block a user