diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-03-23 15:21:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-23 15:21:54 -0400 |
commit | 190ab593b7a2c0d79569758c0faa4d2442bc2c5f (patch) | |
tree | 96e82e934995c370f3f9ef0870bf8f78d8d17789 /changelog.d | |
parent | Update pre-built package name for FreeBSD (#7107). (#7107) (diff) | |
download | synapse-190ab593b7a2c0d79569758c0faa4d2442bc2c5f.tar.xz |
Use the proper error code when a canonical alias that does not exist is used. (#7109)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7109.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7109.bugfix b/changelog.d/7109.bugfix new file mode 100644 index 0000000000..268de9978e --- /dev/null +++ b/changelog.d/7109.bugfix @@ -0,0 +1 @@ +Return the proper error (M_BAD_ALIAS) when a non-existant canonical alias is provided. |