Skip to content

Commit

Permalink
Special case redactions for now
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Aug 26, 2021
1 parent 7786f95 commit 853bed2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions proposals/2762-widget-event-receiving.md
Expand Up @@ -169,6 +169,13 @@ this MSC. If this proposal is able to land in the specification before the widge
release, the `m.sticker` approach described in the prerequisite background section is not to be
included in the release (existing clients may still support it for legacy purposes).

### Special case: Redactions

Due to the `redacts` key being at the top level, [at least for now](https://github.com/matrix-org/matrix-doc/pull/2174),
clients should interpret a `redacts` in the content for `m.room.redaction` events as needing to call
the [`/redact` endpoint](https://matrix.org/docs/spec/client_server/r0.6.1#put-matrix-client-r0-rooms-roomid-redact-eventid-txnid)
on behalf of the widget.

## Proposal (receiving events in a widget)

In addition to being able to send events into the room, some widgets have an interest in reacting
Expand Down

0 comments on commit 853bed2

Please sign in to comment.