Hide room version fragments from table of contents (#3479)
The entries were text-less and not really helping anyone. They are included as pages because we need them for templating, but we don't need people to be able to land on them directly.
This commit is contained in:
parent
8f2e8f03d0
commit
a5a27f69af
10 changed files with 34 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
toc_hide: true
|
||||
---
|
||||
|
||||
The types of state events that affect authorization are:
|
||||
|
||||
- `m.room.create`
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
toc_hide: true
|
||||
---
|
||||
|
||||
Servers MUST NOT strictly enforce the JSON format specified in the
|
||||
[appendices](/appendices#canonical-json) for the reasons
|
||||
described there.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
toc_hide: true
|
||||
---
|
||||
|
||||
Upon receipt of a redaction event, the server must strip off any keys
|
||||
not in the following list:
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
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
|
||||
event or a message event:
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
# unused frontmatter - just fixing a hugo issue where it doesn't parse
|
||||
# shortcodes at the start of a file.
|
||||
toc_hide: true
|
||||
---
|
||||
|
||||
{{% added-in this=true %}} In room versions 1 and 2, events need a
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
# unused frontmatter - just fixing a hugo issue where it doesn't parse
|
||||
# shortcodes at the start of a file.
|
||||
toc_hide: true
|
||||
---
|
||||
|
||||
{{% added-in this=true %}} In room versions 1 and 2, redactions were
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
toc_hide: 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
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
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
|
||||
`origin_server_ts` for the event being validated. Servers missing a copy
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
toc_hide: true
|
||||
---
|
||||
|
||||
Servers MUST strictly enforce the JSON format specified in the
|
||||
[appendices](/appendices#canonical-json). This translates to a
|
||||
400 `M_BAD_JSON` error on most endpoints, or discarding of events over
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
toc_hide: true
|
||||
---
|
||||
|
||||
Upon receipt of a redaction event, the server must strip off any keys
|
||||
not in the following list:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue