summary refs log tree commit diff
path: root/synapse/api/errors.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-22Factor PusherPool._start_pusher out of _start_pushersRichard van der Hoff1-18/+33
... and use it from start_pusher_by_id. This mostly simplifies start_pusher_by_id.
2018-10-22Rename _refresh_pusherRichard van der Hoff2-3/+4
This is public (or at least, called from outside the class), so ought to have a better name.