summary refs log tree commit diff
path: root/synapse/replication/slave (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for redactionsMark Haines2016-04-071-2/+2
|
* Add tests for get_latest_event_ids_in_room and get_current_stateMark Haines2016-04-071-0/+5
|
* Test that room membership is replicatedMark Haines2016-04-061-3/+4
|
* Add a slaved events store classMark Haines2016-04-065-0/+284
Add a test to check that get_room_names_and_aliases does the same thing on both the master and on the slave data store.