This repository has been archived on 2022-03-07. You can view files and clone it, but cannot push or open issues or pull requests.
hotpocket/scripts/schema/policy.example.json
2022-02-20 14:43:11 +00:00

16 lines
334 B
JSON

{
"rules": [
{
"type": "m.room",
"entity": "!id:example.com",
"tags": [ "csam" ]
},
{
"type": "m.user",
"entity": "@user-_:example.com",
"tag": "high_risk"
}
],
"signature": "-----BEGIN PUBLIC KEY SIGNATURE-----..."
}