diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-07-31 14:51:04 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-07-31 14:51:04 +0100 |
commit | 6f98bc65121f1d01d08e44aff5b9dda81cbde6c8 (patch) | |
tree | acce6456c9a8aa2d4aea7d6f02b242d720d8f08a | |
parent | Fix bug # in changelog entry (diff) | |
download | synapse-anoa/user_deactivated_code.tar.xz |
Don't mention other PR github/anoa/user_deactivated_code anoa/user_deactivated_code
-rw-r--r-- | changelog.d/5686.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/5686.feature b/changelog.d/5686.feature index 90a9f17deb..367aa1eca2 100644 --- a/changelog.d/5686.feature +++ b/changelog.d/5686.feature @@ -1 +1 @@ -Correction of #5674. Use `M_USER_DEACTIVATED` instead of `M_UNKNOWN` for errcode when a deactivated user attempts to login. +Use `M_USER_DEACTIVATED` instead of `M_UNKNOWN` for errcode when a deactivated user attempts to login. |