gist/matrix/retention/week.json
Aminda Suomalainen f383701f9e
m.room.retention: add the expire_on_clients option
I doubt anything implements it, but hopefully Synapse implementation contains it
2022-05-17 23:10:23 +03:00

6 lines
101 B
JSON

{
"min_lifetime": 86400000,
"max_lifetime": 604800000,
"expire_on_clients": true
}