MatrixSynapse/tests/replication/slave/storage
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 Add a slaved events store class 2016-04-06 14:18:35 +01:00
_base.py Add database config class (#6513) 2019-12-18 10:45:12 +00:00
test_account_data.py Fix tests on postgresql (#3740) 2018-09-04 02:21:48 +10:00
test_events.py Add `local_current_membership` table (#6655) 2020-01-15 14:59:33 +00:00
test_receipts.py Fix tests on postgresql (#3740) 2018-09-04 02:21:48 +10:00