summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-07-24 15:16:51 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2019-07-24 15:16:51 +0100
commit50a63d5fdadf697f61b0fee16f959fd2cabf8487 (patch)
tree3f41902aef1a492201ee4785758b2ddcf3f48f29
parentAdd changelog (diff)
downloadsynapse-50a63d5fdadf697f61b0fee16f959fd2cabf8487.tar.xz
Fix bug # in changelog entry
-rw-r--r--changelog.d/5686.feature2
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.