0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-26 21:19:08 +02:00
synapse/tests/rest/client/v2_alpha
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
..
__init__.py Refactor REST API tests to use explicit reactors (#3351) 2018-07-17 20:43:18 +10:00
test_account.py Add local_current_membership table (#6655) 2020-01-15 14:59:33 +00:00
test_auth.py Refactor the user-interactive auth handling (#6105) 2019-09-25 11:33:03 +01:00
test_capabilities.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
test_filter.py send 404 as http-status when filter-id is unknown to the server (#2380) 2019-10-10 12:59:55 +01:00
test_register.py Port handlers.account_validity to async/await. 2019-12-10 14:40:15 +00:00
test_relations.py Remove the ability to query relations when the original event was redacted. (#5629) 2019-07-18 14:41:42 +01:00
test_sync.py Add local_current_membership table (#6655) 2020-01-15 14:59:33 +00:00