mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 04:54:10 +01:00
12 lines
227 B
YAML
12 lines
227 B
YAML
|
|
{
|
||
|
|
"$ref": "core/state_event.json",
|
||
|
|
"type": "m.room.policy",
|
||
|
|
"state_key": "",
|
||
|
|
"content": {
|
||
|
|
"via": "policy.example.org",
|
||
|
|
"public_keys": {
|
||
|
|
"ed25519": "6yhHGKhCiXTSEN2ksjV7kX_N6rBQZ3Xb-M7LlC6NS-s"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|