summary refs log tree commit diff
path: root/synapse/api/errors.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-28Implement fallback for V2 invite APIErik Johnston2-14/+89
If the room version is either 1 or 2 then a server should retry failed `/v2/invite` requests with the v1 API
2019-01-28Remove --process-dependency-links from UPGRADE.rst (#4485)Aaron Raimist2-1/+2
* Remove --process-dependency-links from UPGRADE.rst Signed-off-by: Aaron Raimist <aaron@raim.ist> * Add changelog Signe