summary refs log tree commit diff
path: root/synapse/api/errors.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-12SYWEB-146: Fix room ID leaking on recents page when the name of the room is ↵Kegan Dougal2-3/+8
just an alias.
2014-11-12Move room alias/id mapping logic from matrixService to modelService.Kegan Dougal7-74/+72
2014-11-12<