mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-01-23 13:51:15 -05:00
client: Clear the synced event when we start the loop.
This commit is contained in:
parent
ba28580aca
commit
46aa303654
@ -152,6 +152,7 @@ class PanClient(AsyncClient):
|
||||
async def loop(self):
|
||||
self.loop_running = True
|
||||
self.loop_stopped.clear()
|
||||
self.synced.clear()
|
||||
|
||||
logger.info(f"Starting sync loop for {self.user_id}")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user