diff --git a/content/rooms/fragments/v1-auth-rules.md b/content/rooms/fragments/v1-auth-rules.md index d91aaf23..4fd7faf4 100644 --- a/content/rooms/fragments/v1-auth-rules.md +++ b/content/rooms/fragments/v1-auth-rules.md @@ -1,6 +1,3 @@ ---- -toc_hide: true ---- The types of state events that affect authorization are: diff --git a/content/rooms/fragments/v1-canonical-json.md b/content/rooms/fragments/v1-canonical-json.md index 480229e9..4059c19b 100644 --- a/content/rooms/fragments/v1-canonical-json.md +++ b/content/rooms/fragments/v1-canonical-json.md @@ -1,6 +1,3 @@ ---- -toc_hide: true ---- Servers MUST NOT strictly enforce the JSON format specified in the [appendices](/appendices#canonical-json) for the reasons diff --git a/content/rooms/fragments/v1-deprecated-formatting-off-spec.md b/content/rooms/fragments/v1-deprecated-formatting-off-spec.md index 1cf7d49f..6dd6f2eb 100644 --- a/content/rooms/fragments/v1-deprecated-formatting-off-spec.md +++ b/content/rooms/fragments/v1-deprecated-formatting-off-spec.md @@ -1,6 +1,3 @@ ---- -toc_hide: true ---- Events sent into rooms of this version can have formats which are different from their normal schema. Those cases are documented here. diff --git a/content/rooms/fragments/v1-redactions.md b/content/rooms/fragments/v1-redactions.md index f876f654..f38c85f3 100644 --- a/content/rooms/fragments/v1-redactions.md +++ b/content/rooms/fragments/v1-redactions.md @@ -1,6 +1,3 @@ ---- -toc_hide: true ---- Upon receipt of a redaction event, the server must strip off any keys not in the following list: diff --git a/content/rooms/fragments/v1-stringy-power-levels.md b/content/rooms/fragments/v1-stringy-power-levels.md index 054c0506..d6ef52db 100644 --- a/content/rooms/fragments/v1-stringy-power-levels.md +++ b/content/rooms/fragments/v1-stringy-power-levels.md @@ -1,6 +1,3 @@ ---- -toc_hide: true ---- ##### `m.room.power_levels` events accept values as strings diff --git a/content/rooms/fragments/v2-state-res.md b/content/rooms/fragments/v2-state-res.md index 3a66f199..731070a7 100644 --- a/content/rooms/fragments/v2-state-res.md +++ b/content/rooms/fragments/v2-state-res.md @@ -1,6 +1,3 @@ ---- -toc_hide: true ---- The room state *S′(E)* after an event *E* is defined in terms of the room state *S(E)* before *E*, and depends on whether *E* is a state diff --git a/content/rooms/fragments/v3-auth-rules.md b/content/rooms/fragments/v3-auth-rules.md index ea1ffc2f..f6992844 100644 --- a/content/rooms/fragments/v3-auth-rules.md +++ b/content/rooms/fragments/v3-auth-rules.md @@ -1,7 +1,5 @@ --- -toc_hide: true --- - {{< added-in this=true >}} In room versions 1 and 2, events need a signature from the domain of the `event_id` in order to be considered valid. This room version does not include an `event_id` over federation diff --git a/content/rooms/fragments/v3-handling-redactions.md b/content/rooms/fragments/v3-handling-redactions.md index 13c414fb..5a9aa7c6 100644 --- a/content/rooms/fragments/v3-handling-redactions.md +++ b/content/rooms/fragments/v3-handling-redactions.md @@ -1,7 +1,5 @@ --- -toc_hide: true --- - {{% added-in this=true %}} In room versions 1 and 2, redactions were explicitly part of the [authorization rules](/rooms/v1/#authorization-rules) under Rule 11. As of room version 3, these conditions no longer exist as diff --git a/content/rooms/fragments/v4-event-format.md b/content/rooms/fragments/v4-event-format.md index 938f0f61..b00f6006 100644 --- a/content/rooms/fragments/v4-event-format.md +++ b/content/rooms/fragments/v4-event-format.md @@ -1,6 +1,3 @@ ---- -toc_hide: true ---- Events in rooms of this version have the following structure: diff --git a/content/rooms/fragments/v4-event-ids.md b/content/rooms/fragments/v4-event-ids.md index 8df1ec2a..804d97ec 100644 --- a/content/rooms/fragments/v4-event-ids.md +++ b/content/rooms/fragments/v4-event-ids.md @@ -1,7 +1,5 @@ --- -toc_hide: true --- - {{% added-in this=true %}} The event ID is the [reference hash](/server-server-api#calculating-the-reference-hash-for-an-event) of the event encoded using a variation of [Unpadded diff --git a/content/rooms/fragments/v5-signing-requirements.md b/content/rooms/fragments/v5-signing-requirements.md index 3e8cc20e..136c1c13 100644 --- a/content/rooms/fragments/v5-signing-requirements.md +++ b/content/rooms/fragments/v5-signing-requirements.md @@ -1,6 +1,3 @@ ---- -toc_hide: true ---- When validating event signatures, servers MUST enforce the `valid_until_ts` property from a key request is at least as large as the diff --git a/content/rooms/fragments/v6-canonical-json.md b/content/rooms/fragments/v6-canonical-json.md index 6ece1ed8..2030fd1a 100644 --- a/content/rooms/fragments/v6-canonical-json.md +++ b/content/rooms/fragments/v6-canonical-json.md @@ -1,6 +1,3 @@ ---- -toc_hide: true ---- Servers MUST strictly enforce the JSON format specified in the [appendices](/appendices#canonical-json). This translates to a diff --git a/content/rooms/fragments/v6-redactions.md b/content/rooms/fragments/v6-redactions.md index 39ee61b8..71ecf854 100644 --- a/content/rooms/fragments/v6-redactions.md +++ b/content/rooms/fragments/v6-redactions.md @@ -1,6 +1,3 @@ ---- -toc_hide: true ---- Upon receipt of a redaction event, the server must strip off any keys not in the following list: diff --git a/content/rooms/fragments/v8-auth-rules.md b/content/rooms/fragments/v8-auth-rules.md index bb7aabd8..07833ad6 100644 --- a/content/rooms/fragments/v8-auth-rules.md +++ b/content/rooms/fragments/v8-auth-rules.md @@ -1,6 +1,3 @@ ---- -toc_hide: true ---- Events must be signed by the server denoted by the `sender` property. diff --git a/content/rooms/fragments/v9-redactions.md b/content/rooms/fragments/v9-redactions.md index 3247c59f..18c100a5 100644 --- a/content/rooms/fragments/v9-redactions.md +++ b/content/rooms/fragments/v9-redactions.md @@ -1,5 +1,4 @@ --- -toc_hide: true --- {{% added-in this=true %}} `m.room.member` events now keep `join_authorised_via_users_server`