forked from MirrorHub/synapse
Fixed line length
This commit is contained in:
parent
668e6625b0
commit
81b513416e
1 changed files with 5 additions and 1 deletions
|
@ -1674,7 +1674,11 @@ class SyncHandler(object):
|
||||||
|
|
||||||
ephemeral = sync_config.filter_collection.filter_room_ephemeral(ephemeral)
|
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
|
return
|
||||||
|
|
||||||
state = yield self.compute_state_delta(
|
state = yield self.compute_state_delta(
|
||||||
|
|
Loading…
Reference in a new issue