mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 03:09:22 +01:00
m.room.retention: add the expire_on_clients option
I doubt anything implements it, but hopefully Synapse implementation contains it
This commit is contained in:
parent
48773d2d4a
commit
f383701f9e
@ -1,4 +1,5 @@
|
||||
{
|
||||
"min_lifetime": 3600000,
|
||||
"max_lifetime": 3600000
|
||||
"max_lifetime": 3600000,
|
||||
"expire_on_clients": true
|
||||
}
|
||||
|
@ -1,4 +1,5 @@
|
||||
{
|
||||
"min_lifetime": 86400000,
|
||||
"max_lifetime": 86400000
|
||||
"max_lifetime": 86400000,
|
||||
"expire_on_clients": true
|
||||
}
|
||||
|
@ -1,4 +1,5 @@
|
||||
{
|
||||
"min_lifetime": 86400000,
|
||||
"max_lifetime": 2678400000
|
||||
"max_lifetime": 2678400000,
|
||||
"expire_on_clients": true
|
||||
}
|
||||
|
@ -1,4 +1,5 @@
|
||||
{
|
||||
"min_lifetime": 86400000,
|
||||
"max_lifetime": 604800000
|
||||
"max_lifetime": 604800000,
|
||||
"expire_on_clients": true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user