mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-14 15:14:10 +02:00
Reference the sender instead of the creator.
This commit is contained in:
parent
f686f877dd
commit
895b102455
|
|
@ -10,7 +10,8 @@ rules.
|
||||||
## Client considerations
|
## Client considerations
|
||||||
|
|
||||||
Clients should no longer depend on the `creator` property in the `content` of
|
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
|
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.
|
and look for the `redacts` key under `content` instead of a top-level event property.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue