summary refs log tree commit diff
path: root/synapse/handlers/message.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-09Add constants for room versionsErik Johnston1-2/+7
2018-08-09Refactor state moduleErik Johnston2-296/+325
We split out the actual state resolution algorithm to prepare for having multiple versions.
2018-08-09