matrix-spec/data/event-schemas/examples/m.room.member.yaml
Kévin Commaille 6640e192fd
Fix the m.room.member.yaml example
This is a `join` event, and the `sender` doesn't match the `state_key`, so the event couldn't pass the authorization rules.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2025-02-21 16:51:18 +01:00

13 lines
313 B
YAML

{
"$ref": "core/state_event.json",
"state_key": "@alice:example.org",
"sender": "@alice:example.org",
"type": "m.room.member",
"content": {
"membership": "join",
"avatar_url": "mxc://example.org/SEsfnsuifSDFSSEF",
"displayname": "Alice Margatroid",
"reason": "Looking for support"
}
}