summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-08-01 10:31:22 +0100
committerGitHub <noreply@github.com>2018-08-01 10:31:22 +0100
commit6e63d6868c29ed169082c941af04518b7011eda1 (patch)
tree1eceafd83070d0fc893433422feed01bb4e336a7
parentreturn NotFoundError if room not found (diff)
downloadsynapse-6e63d6868c29ed169082c941af04518b7011eda1.tar.xz
Update 2952.bugfix
-rw-r--r--changelog.d/2952.bugfix2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/2952.bugfix b/changelog.d/2952.bugfix
index e5bc8a8762..07a3e48304 100644
--- a/changelog.d/2952.bugfix
+++ b/changelog.d/2952.bugfix
@@ -1 +1 @@
-/directory/list API returns 404 for room not found instead of 400
\ No newline at end of file
+Make /directory/list API return 404 for room not found instead of 400