summary refs log tree commit diff
path: root/synapse/api/errors.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-10-10before fulfilling a group invite,check if user is already joined/invited (#3436)Michael Telatynski2-4/+17
Fixes vector-im/riot-web#5645
2019-10-10send 404 as http-status when filter-id is unknown to the server (#2380)krombel4-23/+33
This fixed the weirdness of 400 vs 404 as http status code in the case the filter id is not known by the server. As e.g. matrix-js-sdk expect