summary refs log tree commit diff
path: root/synapse/api/errors.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-24Wrap preparing the database in a transaction. Otherwise it will take many ↵Mark Haines1-3/+4
seconds to complete because sqlite will create a transaction per statement
2014-10-24switch from the deprecated msg.content.prev to msg.prev_content.membership, ↵Matthew Hodgson3-9/+9
and fix the bug where kicks of unjoined users aren't displayed sen