removed m.room.message.feedback

This commit is contained in:
thomaslantern 2022-04-20 22:53:53 -04:00
parent 136b5c9231
commit 842106d9d8
3 changed files with 0 additions and 45 deletions

View file

@ -12,17 +12,6 @@ room itself such as a room name and topic.
{{% event event="m.room.message" %}}
{{% event event="m.room.message.feedback" %}}
Usage of this event is discouraged for several reasons:
- The number of feedback events will grow very quickly with the number
of users in the room. This event provides no way to "batch"
feedback, unlike the [receipts module](#receipts).
- Pairing feedback to messages gets complicated when paginating as
feedback arrives before the message it is acknowledging.
- There are no guarantees that the client has seen the event ID being
acknowledged.
{{% event event="m.room.name" %}}
{{% event event="m.room.topic" %}}