summary refs log tree commit diff
path: root/synapse/api/errors.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-03Enforce compatibility when processing make_join requestsRichard van der Hoff3-4/+63
Reject make_join requests from servers which do not support the room version. Also include the room version in the response.
2018-08-03Basic support for room versioningRichard van der Hoff7-5/+83
This is the first tranche of support for room versioning. It incl