0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-08-12 13:54:41 +02:00

Wake sync up for device changes

This commit is contained in:
Erik Johnston 2017-02-01 15:15:16 +00:00
parent bd84387ac6
commit 6d6591880e

View file

@ -130,7 +130,8 @@ class SyncResult(collections.namedtuple("SyncResult", [
self.invited or
self.archived or
self.account_data or
self.to_device
self.to_device or
self.device_lists
)