summary refs log tree commit diff
path: root/synapse/handlers/account_validity.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-09-24DebuggingEric Eastwood2-3/+25
2022-09-22Add test to ensure the safety worksEric Eastwood1-1/+32
2022-09-22Raise exception so we don't run into this arg mismatch againEric Eastwood1-0/+6
2022-09-22Add test to make sure we can actually clear entries just by room_idEric Eastwood1-1/+28
2022-09-22Better changelogEric Eastwood1-1/+1
2022-09-22Add test descriptionEric Eastwood1-0/+5
2022-09-22Fix `@cachedList` on `_have_seen_events_dict`Eric Eastwood2-19/+23
As mentioned by @erikjohnston, https://github.com/matrix-org/synapse/issues/13865#issuecomment-1254751569
2022-09-22Invalidate cache like #13796Eric Eastwood2-33/+26
Copying what https://github.com/matrix-org/synapse/pull/13796 is doing
2022-09-22Scratch try different orders just to see how the tests pass differentlyEric Eastwood2-1/+3
2022-09-22Raise issue if complement fails with latest deps (#13859)David Robertson2-1/+3