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
|
||||
|
||||
{{% added-in v="1.4" %}}
|
||||
{{% added-in v="1.5" %}}
|
||||
|
||||
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
|
||||
|
|
|
@ -47,7 +47,7 @@ paths:
|
|||
type: string
|
||||
name: userId
|
||||
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.
|
||||
required: true
|
||||
x-example: "@alice:example.com"
|
||||
|
|
|
@ -49,7 +49,7 @@ paths:
|
|||
name: receiptType
|
||||
description: |-
|
||||
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
|
||||
effectively calls `/read_markers` internally when presented with a receipt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue