mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 16:34:49 -04:00
Fix M_USER_ACCOUNT_SUSPENDED error code for spec compliance (#12923)
This commit is contained in:
parent
bcfdfeb65d
commit
d0e40dfe29
3 changed files with 3 additions and 2 deletions
|
@ -84,7 +84,7 @@ class Codes(str, Enum):
|
|||
# By opposition to `USER_DEACTIVATED`, this is a reversible measure
|
||||
# that can possibly be appealed and reverted.
|
||||
# Part of MSC3823.
|
||||
USER_ACCOUNT_SUSPENDED = "M_ORG_MATRIX_MSC3823_USER_ACCOUNT_SUSPENDED"
|
||||
USER_ACCOUNT_SUSPENDED = "ORG.MATRIX.MSC3823.USER_ACCOUNT_SUSPENDED"
|
||||
|
||||
BAD_ALIAS = "M_BAD_ALIAS"
|
||||
# For restricted join rules.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue