Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh authored Dec 11, 2024
1 parent 3a6f23b commit f407381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelogs/application_service/newsfragments/2018.feature
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion data/api/application-service/transactions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f407381

Please sign in to comment.