mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-17 03:23:42 +01:00
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>
13 lines
313 B
YAML
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"
|
|
}
|
|
}
|