summary refs log tree commit diff
path: root/synapse/app/admin_cmd.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-12-13Sanity-check room ids in event auth (#6530)Richard van der Hoff2-0/+14
When we do an event auth operation, check that all of the events involved are in the right room.
2019-12-13More rewording of changelog. v1.7.0 github/release-v1.7.0