mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-01-08 22:28:01 -05:00
client: No need to mark to-device messages as sent anymore.
This commit is contained in:
parent
0972be29c1
commit
7d58da93f9
@ -119,10 +119,6 @@ class PanClient(AsyncClient):
|
||||
|
||||
responses = await asyncio.gather(*tasks)
|
||||
|
||||
for message, response in responses:
|
||||
if response.transport_response.status == 200:
|
||||
self.mark_to_device_message_as_sent(message)
|
||||
|
||||
async def loop(self):
|
||||
self.loop_running = True
|
||||
self.loop_stopped.clear()
|
||||
|
Loading…
Reference in New Issue
Block a user