commit
5d40118116
4 changed files with 4 additions and 3 deletions
|
@ -0,0 +1 @@
|
||||||
|
Fix various typos throughout the specification.
|
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
### Reference relations
|
### Reference relations
|
||||||
|
|
||||||
{{% added-in v="1.4" %}}
|
{{% added-in v="1.5" %}}
|
||||||
|
|
||||||
Generically referencing another event can be done with a `rel_type` of `m.reference`
|
Generically referencing another event can be done with a `rel_type` of `m.reference`
|
||||||
as a form of [relationship](#forming-relationships-between-events). There is no
|
as a form of [relationship](#forming-relationships-between-events). There is no
|
||||||
|
|
|
@ -47,7 +47,7 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
name: userId
|
name: userId
|
||||||
description: |-
|
description: |-
|
||||||
The user to request and OpenID token for. Should be the user who
|
The user to request an OpenID token for. Should be the user who
|
||||||
is authenticated for the request.
|
is authenticated for the request.
|
||||||
required: true
|
required: true
|
||||||
x-example: "@alice:example.com"
|
x-example: "@alice:example.com"
|
||||||
|
|
|
@ -49,7 +49,7 @@ paths:
|
||||||
name: receiptType
|
name: receiptType
|
||||||
description: |-
|
description: |-
|
||||||
The type of receipt to send. This can also be `m.fully_read` as an
|
The type of receipt to send. This can also be `m.fully_read` as an
|
||||||
alternative to [`/read_makers`](/client-server-api/#post_matrixclientv3roomsroomidread_markers).
|
alternative to [`/read_markers`](/client-server-api/#post_matrixclientv3roomsroomidread_markers).
|
||||||
|
|
||||||
Note that `m.fully_read` does not appear under `m.receipt`: this endpoint
|
Note that `m.fully_read` does not appear under `m.receipt`: this endpoint
|
||||||
effectively calls `/read_markers` internally when presented with a receipt
|
effectively calls `/read_markers` internally when presented with a receipt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue