mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54:10 +01:00
Reference the sender instead of the creator.
This commit is contained in:
parent
f686f877dd
commit
895b102455
|
|
@ -10,7 +10,8 @@ rules.
|
|||
## Client considerations
|
||||
|
||||
Clients should no longer depend on the `creator` property in the `content` of
|
||||
`m.room.create` events.
|
||||
`m.room.create` events. In all room versions, clients can rely on `sender`
|
||||
instead to determine a room creator.
|
||||
|
||||
Clients should note that the format of `m.room.redaction` events has been modified
|
||||
and look for the `redacts` key under `content` instead of a top-level event property.
|
||||
|
|
|
|||
Loading…
Reference in a new issue