mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-02-10 11:58:36 -05:00
daemon: Update the devices in the UI thread after a send and ignore.
This commit is contained in:
parent
6510bd7eb9
commit
3e32b9544b
@ -861,8 +861,7 @@ class ProxyDaemon:
|
|||||||
)
|
)
|
||||||
|
|
||||||
ret = await _send(True)
|
ret = await _send(True)
|
||||||
# TODO send all the devices of a room to be updated
|
await client.send_update_devices(client.room_devices(room_id))
|
||||||
# await client.send_update_devices()
|
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
except asyncio.TimeoutError:
|
except asyncio.TimeoutError:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user