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