Skip to content

Commit

Permalink
Add some links
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Dec 11, 2024
1 parent 0c35696 commit d0d9324
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions content/client-server-api/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1508,11 +1508,12 @@ following, however:
* [Verify other devices](#device-verification) and write associated
[cross-signing data](#cross-signing).
* [Populate their key backup](#server-side-key-backups).
* Leave rooms and reject invites.
* Redact their own events.
* Log out or delete any device of theirs, including the current session.
* Deactivate their account, potentially with a time delay to discourage making
a new account right away.
* [Leave rooms and reject invites](#post_matrixclientv3roomsroomidleave).
* [Redact](#redactions) their own events.
* [Log out](#post_matrixclientv3logout) or [delete](#delete_matrixclientv3devicesdeviceid)
any device of theirs, including the current session.
* [Deactivate](#post_matrixclientv3accountdeactivate) their account, potentially
with a time delay to discourage making a new account right away.
* Change or add [admin contacts](#adding-account-administrative-contact-information),
but not remove. Servers are recommended to only permit this if they keep a
changelog on contact information to prevent misuse.
Expand All @@ -1530,11 +1531,11 @@ instead.

Otherwise, the recommended set of explicitly forbidden actions is:

* Joining or knocking on rooms.
* Accepting or sending invites.
* Sending messages to rooms.
* Changing profile data (display name and avatar, primarily).
* Redacting other users' events, when permission is possible in a room.
* [Joining](#joining-rooms) or [knocking](#knocking-on-rooms) on rooms.
* Accepting or sending [invites](#room-membership).
* [Sending messages](#put_matrixclientv3roomsroomidsendeventtypetxnid) to rooms.
* Changing [profile data](#profiles) (display name and avatar, primarily).
* [Redacting](#redactions) other users' events, when permission is possible in a room.

When a client attempts to perform an action while suspended, the server MUST
respond with a `403 Forbidden` error response with `M_USER_SUSPENDED` as the
Expand Down

0 comments on commit d0d9324

Please sign in to comment.