summary refs log tree commit diff
path: root/synapse/api/errors.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-03sanity check response from make_joinRichard van der Hoff1-1/+3
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.
<