diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2019-07-24 15:16:51 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2019-07-24 15:16:51 +0100 |
commit | 50a63d5fdadf697f61b0fee16f959fd2cabf8487 (patch) | |
tree | 3f41902aef1a492201ee4785758b2ddcf3f48f29 | |
parent | Add changelog (diff) | |
download | synapse-50a63d5fdadf697f61b0fee16f959fd2cabf8487.tar.xz |
Fix bug # in changelog entry
-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 343d4f5258..90a9f17deb 100644 --- a/changelog.d/5686.feature +++ b/changelog.d/5686.feature @@ -1 +1 @@ -Correction of #5686. Use `M_USER_DEACTIVATED` instead of `M_UNKNOWN` for errcode when a deactivated user attempts to login. +Correction of #5674. Use `M_USER_DEACTIVATED` instead of `M_UNKNOWN` for errcode when a deactivated user attempts to login. |