summary refs log tree commit diff
path: root/synapse/http/request_metrics.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-01Update 2952.bugfixRichard van der Hoff1-1/+1
2018-07-31return NotFoundError if room not foundSerban Constantin3-3/+7
Per the Client-Server API[0] we should return `M_NOT_FOUND` if the room isn't found instead of generic SynapseError. This e