Skip to content

Commit 2997c90

Browse files
authored
Merge pull request #1035 from thomaslantern/thomasws_branch
removed m.room.message.feedback
2 parents a164302 + 3c4b658 commit 2997c90

File tree

4 files changed

+1
-45
lines changed

4 files changed

+1
-45
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Removed `m.room.message.feedback` per [MSC3582](https://github.com/matrix-org/matrix-spec-proposals/pull/3582).

content/client-server-api/modules/instant_messaging.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,6 @@ room itself such as a room name and topic.
1212

1313
{{% event event="m.room.message" %}}
1414

15-
{{% event event="m.room.message.feedback" %}}
16-
17-
Usage of this event is discouraged for several reasons:
18-
- The number of feedback events will grow very quickly with the number
19-
of users in the room. This event provides no way to "batch"
20-
feedback, unlike the [receipts module](#receipts).
21-
- Pairing feedback to messages gets complicated when paginating as
22-
feedback arrives before the message it is acknowledging.
23-
- There are no guarantees that the client has seen the event ID being
24-
acknowledged.
25-
2615
{{% event event="m.room.name" %}}
2716

2817
{{% event event="m.room.topic" %}}

data/event-schemas/examples/m.room.message.feedback.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.

data/event-schemas/schema/m.room.message.feedback.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)