0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-30 05:29:00 +02:00

Fixed line length

This commit is contained in:
Nathan Pennie 2018-12-19 14:12:33 -05:00 committed by GitHub
parent 668e6625b0
commit 81b513416e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1674,7 +1674,11 @@ class SyncHandler(object):
ephemeral = sync_config.filter_collection.filter_room_ephemeral(ephemeral)
if not (always_include or batch or account_data_events or ephemeral or full_state):
if not (always_include
or batch
or account_data_events
or ephemeral
or full_state):
return
state = yield self.compute_state_delta(