MatrixSynapse/synapse/handlers
Erik Johnston 28c98e51ff
Add `local_current_membership` table (#6655)
Currently we rely on `current_state_events` to figure out what rooms a
user was in and their last membership event in there. However, if the
server leaves the room then the table may be cleaned up and that
information is lost. So lets add a table that separately holds that
information.
2020-01-15 14:59:33 +00:00
..
ui_auth
__init__.py
_base.py
account_data.py
account_validity.py
acme.py
acme_issuing_service.py
admin.py Add `local_current_membership` table (#6655) 2020-01-15 14:59:33 +00:00
appservice.py
auth.py
deactivate_account.py Add `local_current_membership` table (#6655) 2020-01-15 14:59:33 +00:00
device.py
devicemessage.py
directory.py
e2e_keys.py
e2e_room_keys.py
events.py
federation.py Fix conditions failing if min_depth = 0 2020-01-07 12:08:58 +00:00
groups_local.py Correctly proxy remote group HTTP errors. (#6654) 2020-01-07 15:36:41 +00:00
identity.py
initial_sync.py Add `local_current_membership` table (#6655) 2020-01-15 14:59:33 +00:00
message.py
pagination.py
presence.py
profile.py
read_marker.py
receipts.py
register.py Kill off RegistrationError (#6691) 2020-01-13 12:48:22 +00:00
room.py
room_list.py
room_member.py Add `local_current_membership` table (#6655) 2020-01-15 14:59:33 +00:00
room_member_worker.py
saml_handler.py Pass client redirect URL into SAML mapping providers 2020-01-12 21:40:49 +00:00
search.py Add `local_current_membership` table (#6655) 2020-01-15 14:59:33 +00:00
set_password.py
state_deltas.py
stats.py
sync.py Add `local_current_membership` table (#6655) 2020-01-15 14:59:33 +00:00
typing.py
user_directory.py