summary refs log tree commit diff
diff options
context:
space:
mode:
authorNathan Pennie <kb1rd@kb1rd.net>2018-12-19 14:12:33 -0500
committerGitHub <noreply@github.com>2018-12-19 14:12:33 -0500
commit81b513416e6ff1a9f15622b158c2f0227db80872 (patch)
treef07c4b15ecbf5d757778b8c126c81d1ca3ef7558
parentFix the variable names used for account_data (diff)
downloadsynapse-81b513416e6ff1a9f15622b158c2f0227db80872.tar.xz
Fixed line length
-rw-r--r--synapse/handlers/sync.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/synapse/handlers/sync.py b/synapse/handlers/sync.py

index 6d2b4096ab..f7f768f751 100644 --- a/synapse/handlers/sync.py +++ b/synapse/handlers/sync.py
@@ -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(