mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-02-09 03:18: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)
|
||||
# TODO send all the devices of a room to be updated
|
||||
# await client.send_update_devices()
|
||||
await client.send_update_devices(client.room_devices(room_id))
|
||||
return ret
|
||||
|
||||
except asyncio.TimeoutError:
|
||||
|
Loading…
x
Reference in New Issue
Block a user