diff options
author | Erik Johnston <erik@matrix.org> | 2019-03-05 09:16:35 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-03-05 09:16:35 +0000 |
commit | aa06d26ae05585ddfb5e33a2dd521c9aa27b6cfa (patch) | |
tree | c7cf173e821717bf0208f03686c4632a0508a949 /synapse/visibility.py | |
parent | Fix missing null guard (diff) | |
download | synapse-aa06d26ae05585ddfb5e33a2dd521c9aa27b6cfa.tar.xz |
clarify comments
Diffstat (limited to 'synapse/visibility.py')
-rw-r--r-- | synapse/visibility.py | 2 |
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( |