Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-08-01 | Update 2952.bugfix | Richard van der Hoff | 1 | -1/+1 | |
2018-07-31 | return NotFoundError if room not found | Serban Constantin | 3 | -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 ensures that /directory/list API returns 404 for room not found instead of 400. [0]: https |