mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-28 14:04:10 +01:00
1.1 KiB
1.1 KiB
Upon receipt of a redaction event, the server must strip off any keys not in the following list:
event_idtyperoom_idsenderstate_keycontenthashessignaturesdepthprev_eventsauth_eventsorigin_server_ts
The content object must also be stripped of all keys, unless it is one of the following event types:
m.room.memberallows keysmembership,join_authorised_via_users_server. Additionally, it allows thesignedkey of thethird_party_invitekey.m.room.createallows all keys.m.room.join_rulesallows keysjoin_rule,allow.m.room.power_levelsallows keysban,events,events_default,invite,kick,redact,state_default,users,users_default.m.room.history_visibilityallows keyhistory_visibility.m.room.redactionallows keyredacts.