diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-08-01 10:31:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-01 10:31:22 +0100 |
commit | 6e63d6868c29ed169082c941af04518b7011eda1 (patch) | |
tree | 1eceafd83070d0fc893433422feed01bb4e336a7 /changelog.d | |
parent | return NotFoundError if room not found (diff) | |
download | synapse-6e63d6868c29ed169082c941af04518b7011eda1.tar.xz |
Update 2952.bugfix
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/2952.bugfix | 2 |
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 |