mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-22 17:28:38 +01:00
11 lines
221 B
Plaintext
11 lines
221 B
Plaintext
|
|
{
|
||
|
|
"$ref": "core/event.json",
|
||
|
|
"type": "m.accepted_terms",
|
||
|
|
"content": {
|
||
|
|
"accepted": [
|
||
|
|
"https://example.org/somewhere/terms-1.2-en.html",
|
||
|
|
"https://example.org/somewhere/privacy-1.2-en.html"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|