Update content to call the new template for event definitions
This commit is contained in:
parent
52f5e73a39
commit
72ff5b92cb
25 changed files with 67 additions and 65 deletions
|
@ -276,7 +276,7 @@ Some consequences of these rules:
|
|||
|
||||
Events in version 1 rooms have the following structure:
|
||||
|
||||
{{definition\_ss\_pdu}}
|
||||
{{% definition path="api/server-server/definitions/pdu" %}}
|
||||
|
||||
### Canonical JSON
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@ Additionally, the `auth_events` and `prev_events` have had a format
|
|||
change compared to other room versions to make it easier to handle.
|
||||
Instead of a tuple of values, they are now plain lists of events.
|
||||
|
||||
{{definition\_ss\_pdu\_v3}}
|
||||
{{% definition path="api/server-server/definitions/pdu_v3" %}}
|
||||
|
||||
### Changes to APIs
|
||||
|
||||
|
|
|
@ -58,4 +58,4 @@ receiving end of an event, the server should compute the relevant event
|
|||
ID for itself. Room version 3 also changes the format of `auth_events`
|
||||
and `prev_events` in a PDU.
|
||||
|
||||
{{definition\_ss\_pdu\_v4}}
|
||||
{{% definition path="api/server-server/definitions/pdu_v4" %}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue