MatrixSynapse/synapse/handlers
Matthew Hodgson 024be6cf18
don't filter membership events based on history visibility (#3874)
don't filter membership events based on history visibility
as we will already have filtered the messages in the timeline, and state events
are always visible.

and because @erikjohnston said so.
2018-09-14 18:12:52 +01:00
..
__init__.py
_base.py
account_data.py
admin.py
appservice.py
auth.py Port handlers/ to Python 3 (#3803) 2018-09-07 00:22:23 +10:00
deactivate_account.py
device.py
devicemessage.py
directory.py
e2e_keys.py Port handlers/ to Python 3 (#3803) 2018-09-07 00:22:23 +10:00
events.py
federation.py Port handlers/ to Python 3 (#3803) 2018-09-07 00:22:23 +10:00
groups_local.py run isort 2018-07-09 16:09:20 +10:00
identity.py
initial_sync.py
message.py
pagination.py don't filter membership events based on history visibility (#3874) 2018-09-14 18:12:52 +01:00
presence.py
profile.py
read_marker.py
receipts.py
register.py
room.py
room_list.py Port handlers/ to Python 3 (#3803) 2018-09-07 00:22:23 +10:00
room_member.py
room_member_worker.py
search.py Port handlers/ to Python 3 (#3803) 2018-09-07 00:22:23 +10:00
set_password.py
sync.py show heroes if a room has a 'deleted' name/canonical_alias (#3851) 2018-09-12 17:11:05 +01:00
typing.py
user_directory.py