summary refs log tree commit diff
path: root/synapse/rest/admin (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-07Fix 'delete room' admin api to work on incomplete rooms (#11523)Richard van der Hoff1-3/+0
2021-12-07Correctly ignore invites from ignored users (#11511)David Robertson2-5/+7
2021-12-07Fix the test breakage introduced by #11435 as