summary refs log tree commit diff
path: root/synapse/handlers/federation.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-25Split out DB writes in federation handlerErik Johnston1-83/+82
This will allow us to easily add an internal replication API to proxy these reqeusts to master, so that we can move federation APIs to workers.
2018-07-25Actually fix it by adding continueErik Johnston1-0/+1