diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-08-01 16:34:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-01 16:34:32 +0100 |
commit | b8d7d3996b748d599b5f2ffe700ee381de5b61eb (patch) | |
tree | ff0d789d9d2c279a126c82c35dff32e5104a93fd /AUTHORS.rst | |
parent | Python 3: Convert some unicode/bytes uses (#3569) (diff) | |
parent | Update 2952.bugfix (diff) | |
download | synapse-b8d7d3996b748d599b5f2ffe700ee381de5b61eb.tar.xz |
Merge pull request #3620 from fuzzmz/return-404-room-not-found
return 404 if room not found
Diffstat (limited to 'AUTHORS.rst')
-rw-r--r-- | AUTHORS.rst | 5 |
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 |