Skip to content

Commit 853bed2

Browse files
committed
Special case redactions for now
1 parent 7786f95 commit 853bed2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

proposals/2762-widget-event-receiving.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,13 @@ this MSC. If this proposal is able to land in the specification before the widge
169169
release, the `m.sticker` approach described in the prerequisite background section is not to be
170170
included in the release (existing clients may still support it for legacy purposes).
171171

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

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

0 commit comments

Comments
 (0)