From f407381fcfdbc24f7b67cea1849d85532877855e Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 11 Dec 2024 22:37:25 +0000 Subject: [PATCH] Apply suggestions from code review --- changelogs/application_service/newsfragments/2018.feature | 2 +- data/api/application-service/transactions.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.