diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-08-20 10:39:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-20 10:39:41 -0400 |
commit | 592cdf73be50af837d8c255ebcb5fbcd429c2954 (patch) | |
tree | 7949bf763b54ec4b874b75df1dd6638ac83653d0 /changelog.d | |
parent | Use the JSON encoder without whitespace in more places. (#8124) (diff) | |
download | synapse-592cdf73be50af837d8c255ebcb5fbcd429c2954.tar.xz |
Improve the error code when trying to register using a name reserved for guests. (#8135)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8135.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8135.bugfix b/changelog.d/8135.bugfix new file mode 100644 index 0000000000..9d5c60ea00 --- /dev/null +++ b/changelog.d/8135.bugfix @@ -0,0 +1 @@ +Clarify the error code if a user tries to register with a numeric ID. This bug was introduced in v1.15.0. |