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 /changelog.d | |
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 'changelog.d')
-rw-r--r-- | changelog.d/2952.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/2952.bugfix b/changelog.d/2952.bugfix new file mode 100644 index 0000000000..07a3e48304 --- /dev/null +++ b/changelog.d/2952.bugfix @@ -0,0 +1 @@ +Make /directory/list API return 404 for room not found instead of 400 |