summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-07-15 13:30:35 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2019-07-15 13:30:35 +0100
commit280bfb15ce91bf5abf6232679b04ae708808b061 (patch)
tree56d6090ec259dc99025f7b71c5b52c3d99e63259
parentAdd USER_DEACTIVATED error code and use it (diff)
downloadsynapse-280bfb15ce91bf5abf6232679b04ae708808b061.tar.xz
Add changelog
-rw-r--r--changelog.d/5686.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5686.feature b/changelog.d/5686.feature
new file mode 100644

index 0000000000..343d4f5258 --- /dev/null +++ b/changelog.d/5686.feature
@@ -0,0 +1 @@ +Correction of #5686. Use `M_USER_DEACTIVATED` instead of `M_UNKNOWN` for errcode when a deactivated user attempts to login.