mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-28 22:14:10 +01:00
Apply suggestions from code review
This commit is contained in:
parent
3a6f23b756
commit
f407381fcf
|
|
@ -1 +1 @@
|
|||
Allow to send ephemeral data to application services, as per [MSC2409](https://github.com/matrix-org/matrix-spec-proposals/pull/2409).
|
||||
Allow sending ephemeral data to application services, as per [MSC2409](https://github.com/matrix-org/matrix-spec-proposals/pull/2409).
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ paths:
|
|||
A list of ephemeral data, if the `receive_ephemeral` setting was enabled in the
|
||||
[registration](/application-service-api/#registration) file.
|
||||
|
||||
There are only three event types that can currently occur: `m.presence`,
|
||||
There are only three event types that can currently occur in this list: `m.presence`,
|
||||
`m.typing`, and `m.receipt`. Room-scoped ephemeral data (`m.typing` and
|
||||
`m.receipt`) MUST include a `room_id` property to identify the room that they
|
||||
were sent in.
|
||||
|
|
|
|||
Loading…
Reference in a new issue