summary refs log tree commit diff
path: root/synapse/visibility.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-03-05 09:16:35 +0000
committerErik Johnston <erik@matrix.org>2019-03-05 09:16:35 +0000
commitaa06d26ae05585ddfb5e33a2dd521c9aa27b6cfa (patch)
treec7cf173e821717bf0208f03686c4632a0508a949 /synapse/visibility.py
parentFix missing null guard (diff)
downloadsynapse-aa06d26ae05585ddfb5e33a2dd521c9aa27b6cfa.tar.xz
clarify comments
Diffstat (limited to 'synapse/visibility.py')
-rw-r--r--synapse/visibility.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/visibility.py b/synapse/visibility.py
index e9dc73c25e..efec21673b 100644
--- a/synapse/visibility.py
+++ b/synapse/visibility.py
@@ -277,7 +277,7 @@ def filter_events_for_server(store, server_name, events, redact=True,
 
         return True
 
-    # Next lets check to see if all the events have a history visibility
+    # Lets check to see if all the events have a history visibility
     # of "shared" or "world_readable". If thats the case then we don't
     # need to check membership (as we know the server is in the room).
     event_to_state_ids = yield store.get_state_ids_for_events(