Add some links

This commit is contained in:
Travis Ralston 2024-12-11 16:06:14 -07:00
parent 0c3569651d
commit d0d9324131

View file

@ -1508,11 +1508,12 @@ following, however:
* [Verify other devices](#device-verification) and write associated * [Verify other devices](#device-verification) and write associated
[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](#post_matrixclientv3roomsroomidleave).
* Redact their own events. * [Redact](#redactions) their own events.
* Log out or delete any device of theirs, including the current session. * [Log out](#post_matrixclientv3logout) or [delete](#delete_matrixclientv3devicesdeviceid)
* Deactivate their account, potentially with a time delay to discourage making any device of theirs, including the current session.
a new account right away. * [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), * Change or add [admin contacts](#adding-account-administrative-contact-information),
but not remove. Servers are recommended to only permit this if they keep a but not remove. Servers are recommended to only permit this if they keep a
changelog on contact information to prevent misuse. changelog on contact information to prevent misuse.
@ -1530,11 +1531,11 @@ instead.
Otherwise, the recommended set of explicitly forbidden actions is: Otherwise, the recommended set of explicitly forbidden actions is:
* Joining or knocking on rooms. * [Joining](#joining-rooms) or [knocking](#knocking-on-rooms) on rooms.
* Accepting or sending invites. * Accepting or sending [invites](#room-membership).
* Sending messages to rooms. * [Sending messages](#put_matrixclientv3roomsroomidsendeventtypetxnid) to rooms.
* Changing profile data (display name and avatar, primarily). * Changing [profile data](#profiles) (display name and avatar, primarily).
* Redacting other users' events, when permission is possible in a room. * [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 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 respond with a `403 Forbidden` error response with `M_USER_SUSPENDED` as the