diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-09-18 12:59:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-18 12:59:30 +0100 |
commit | 1e09a1d48a4f34b5a476792c4142243f9f730854 (patch) | |
tree | 9529afc40457aedf93fec9399e318291314cabdd /changelog.d | |
parent | Merge pull request #3895 from matrix-org/rav/decode_bytes_in_metrics (diff) | |
parent | Reinstate missing null check (diff) | |
download | synapse-1e09a1d48a4f34b5a476792c4142243f9f730854.tar.xz |
Merge pull request #3889 from matrix-org/rav/404_on_remove_unknown_alias
Return a 404 when deleting unknown room alias
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3889.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3889.bugfix b/changelog.d/3889.bugfix new file mode 100644 index 0000000000..e976425987 --- /dev/null +++ b/changelog.d/3889.bugfix @@ -0,0 +1 @@ +Fix 500 error when deleting unknown room alias |