Reference the sender instead of the creator.

This commit is contained in:
Patrick Cloke 2023-08-08 15:53:39 -04:00
parent f686f877dd
commit 895b102455

View file

@ -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.