daemon: Update the devices in the UI thread after a send and ignore.

This commit is contained in:
Damir Jelić 2019-07-02 13:17:10 +02:00
parent 6510bd7eb9
commit 3e32b9544b

View File

@ -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: