summary refs log tree commit diff
path: root/synapse/replication/tcp/redis.py (unfollow)
<
Commit message (Expand)AuthorFilesLines
2020-09-29Only assert valid next_link params when provided (#65)Andrew Morgan2-6/+10
2020-09-18Don't push if an user account has expired (#58)Mathieu Velten4-5/+40
2020-09-18Swap method calls in RoomAccessTestCase.test_change_rules (#64)