mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 03:34:08 +01:00
Apply suggestions from code review
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
1f3363b018
commit
0c3569651d
|
|
@ -1493,8 +1493,8 @@ To enable users to appeal to a lock clients MAY use
|
||||||
|
|
||||||
{{% added-in v="1.13" %}}
|
{{% added-in v="1.13" %}}
|
||||||
|
|
||||||
Similar to [locking](#account-locking), a user's account MAY be suspended to
|
Server administrators MAY suspend a user's account to prevent further activity
|
||||||
prevent further activity from that account. A similar effect is achieved, though
|
from that account. The effect is similar to [locking](#account-locking), though
|
||||||
without risk of the client losing state from a logout. Suspensions are reversible,
|
without risk of the client losing state from a logout. Suspensions are reversible,
|
||||||
like locks and unlike deactivations.
|
like locks and unlike deactivations.
|
||||||
|
|
||||||
|
|
@ -1509,7 +1509,7 @@ following, however:
|
||||||
[cross-signing data](#cross-signing).
|
[cross-signing data](#cross-signing).
|
||||||
* [Populate their key backup](#server-side-key-backups).
|
* [Populate their key backup](#server-side-key-backups).
|
||||||
* Leave rooms and reject invites.
|
* Leave rooms and reject invites.
|
||||||
* Redacting their own events.
|
* Redact their own events.
|
||||||
* Log out or delete any device of theirs, including the current session.
|
* Log out or delete any device of theirs, including the current session.
|
||||||
* Deactivate their account, potentially with a time delay to discourage making
|
* Deactivate their account, potentially with a time delay to discourage making
|
||||||
a new account right away.
|
a new account right away.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue