diff options
author | Travis Ralston <travisr@matrix.org> | 2022-05-31 01:42:18 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-31 08:42:18 +0100 |
commit | d0e40dfe29fdf068972fc9a63f50fc94daaa06b3 (patch) | |
tree | 1543bbe52d5753a3747c1a2e94bdb342242d7565 /changelog.d | |
parent | Revert "Fix M_USER_ACCOUNT_SUSPENDED error code for spec compliance (#12922)" (diff) | |
download | synapse-d0e40dfe29fdf068972fc9a63f50fc94daaa06b3.tar.xz |
Fix M_USER_ACCOUNT_SUSPENDED error code for spec compliance (#12923)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12845.feature | 2 | ||||
-rw-r--r-- | changelog.d/12923.feature | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/12845.feature b/changelog.d/12845.feature index 628fb16d08..815a1f10ea 100644 --- a/changelog.d/12845.feature +++ b/changelog.d/12845.feature @@ -1 +1 @@ -Support the new error code "M_ORG_MATRIX_MSC3823_USER_ACCOUNT_SUSPENDED" from [MSC3823](https://github.com/matrix-org/matrix-spec-proposals/pull/3823). \ No newline at end of file +Support the new error code "ORG.MATRIX.MSC3823.USER_ACCOUNT_SUSPENDED" from [MSC3823](https://github.com/matrix-org/matrix-spec-proposals/pull/3823). \ No newline at end of file diff --git a/changelog.d/12923.feature b/changelog.d/12923.feature new file mode 100644 index 0000000000..815a1f10ea --- /dev/null +++ b/changelog.d/12923.feature @@ -0,0 +1 @@ +Support the new error code "ORG.MATRIX.MSC3823.USER_ACCOUNT_SUSPENDED" from [MSC3823](https://github.com/matrix-org/matrix-spec-proposals/pull/3823). \ No newline at end of file |