add m.room.encryption

This commit is contained in:
Aminda Suomalainen 2024-03-01 11:12:23 +02:00
parent 157c6d6083
commit fc775b0b01
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
```json
{
"algorithm": "m.megolm.v1.aes-sha2",
"rotation_period_ms": 604800000,
"rotation_period_msgs": 100
}
```