Skip to content

Commit

Permalink
fix italics
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Dec 19, 2024
1 parent a80a5f5 commit 1ae1c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/2024/12/2024-12-19-matrix-v1.13-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Another 9 MSCs have been released today in [Matrix 1.13](https://spec.matrix.org

## Account suspension

Last release brought [Account Locking](https://spec.matrix.org/v1.13/client-server-api/#account-locking)* *to the spec, and this release brings [Account Suspension](https://spec.matrix.org/v1.13/client-server-api/#account-suspension) - a highly related but semantically different feature. Locking prevents the user from accessing their account, typically as a consequence of security reasons or restrictions, while suspension aims to disrupt while retaining a (mostly) readonly experience for the user. Both actions are reversible, and available to safety and security teams to help manage their servers with alternatives to deactivation (a destructive, irreversible, action).
Last release brought [Account *Locking*](https://spec.matrix.org/v1.13/client-server-api/#account-locking) to the spec, and this release brings [Account *Suspension*](https://spec.matrix.org/v1.13/client-server-api/#account-suspension) - a highly related but semantically different feature. Locking prevents the user from accessing their account, typically as a consequence of security reasons or restrictions, while suspension aims to disrupt while retaining a (mostly) readonly experience for the user. Both actions are reversible, and available to safety and security teams to help manage their servers with alternatives to deactivation (a destructive, irreversible, action).

Clients should continue calling `/sync` to detect when a lock/suspension is lifted (or converted to deactivation). [MSC3939](https://github.com/matrix-org/matrix-spec-proposals/pull/3939) and [MSC3823](https://github.com/matrix-org/matrix-spec-proposals/pull/3823) both have suggestions on what a UI could look like for the different states.

Expand Down

0 comments on commit 1ae1c25

Please sign in to comment.