mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-03 02:46:44 -04:00
client: No need to mark to-device messages as sent anymore.
This commit is contained in:
parent
0972be29c1
commit
7d58da93f9
1 changed files with 0 additions and 4 deletions
|
@ -119,10 +119,6 @@ class PanClient(AsyncClient):
|
||||||
|
|
||||||
responses = await asyncio.gather(*tasks)
|
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):
|
async def loop(self):
|
||||||
self.loop_running = True
|
self.loop_running = True
|
||||||
self.loop_stopped.clear()
|
self.loop_stopped.clear()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue