gist/matrix/retention/1h.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
98 B
JSON

{
"min_lifetime": 3600000,
"max_lifetime": 3600000,
"expire_on_clients": true
}