Skip to content

Commit 842106d

Browse files
committed
removed m.room.message.feedback
1 parent 136b5c9 commit 842106d

File tree

3 files changed

+0
-45
lines changed

3 files changed

+0
-45
lines changed

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)