diff --git a/changelogs/application_service/newsfragments/2018.feature b/changelogs/application_service/newsfragments/2018.feature index ce1ef5bb..07d6e62a 100644 --- a/changelogs/application_service/newsfragments/2018.feature +++ b/changelogs/application_service/newsfragments/2018.feature @@ -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). diff --git a/data/api/application-service/transactions.yaml b/data/api/application-service/transactions.yaml index 9d897df2..29512973 100644 --- a/data/api/application-service/transactions.yaml +++ b/data/api/application-service/transactions.yaml @@ -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.