summary refs log tree commit diff
path: root/AUTHORS.rst
diff options
context:
space:
mode:
authorSerban Constantin <serban.constantin@sparkware.ro>2018-07-27 16:19:38 +0300
committerSerban Constantin <serban.constantin@gmail.com>2018-07-31 21:47:23 +0300
commit70af98e36155ee8d4a0ad79d9d33f891458fd3f6 (patch)
tree0d6741f46e44dcbd42b610a27828174d09aef844 /AUTHORS.rst
parentMerge pull request #3628 from turt2live/travis/goodby-pdu-failures (diff)
downloadsynapse-70af98e36155ee8d4a0ad79d9d33f891458fd3f6.tar.xz
return NotFoundError if room not found
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://matrix.org/docs/spec/client_server/unstable.html#get-matrix-client-r0-directory-list-room-roomid

Signed-off-by: Serban Constantin <serban.constantin@gmail.com>
Diffstat (limited to 'AUTHORS.rst')
-rw-r--r--AUTHORS.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/AUTHORS.rst b/AUTHORS.rst
index e13ac5ad34..9a83d90153 100644
--- a/AUTHORS.rst
+++ b/AUTHORS.rst
@@ -62,4 +62,7 @@ Christoph Witzany <christoph at web.crofting.com>
  * Add LDAP support for authentication
 
 Pierre Jaury <pierre at jaury.eu>
-* Docker packaging
\ No newline at end of file
+* Docker packaging
+
+Serban Constantin <serban.constantin at gmail dot com>
+ * Small bug fix
\ No newline at end of file