mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Wake sync up for device changes
This commit is contained in:
parent
bd84387ac6
commit
6d6591880e
@ -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
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user