summary refs log tree commit diff
path: root/synapse/server.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-22Make it simpler github/erikj/synapse_server_refactor erikj/synapse_server_refactorErik Johnston1-34/+23
2020-01-22Refactor HomeServer object to work with type hintsErik Johnston2-302/+216
2020-01-20Add a DeltaState to track changes to be made to current state (#6716)Erik Johnston3-99/+112
2020-01-20