Compare commits

..

No commits in common. "f383701f9ec49b20902fb531704ceb400b5204f1" and "a34b8bebaad731cac4a52b52f6d29c7858153353" have entirely different histories.

5 changed files with 4 additions and 9 deletions

View File

@ -1,5 +1,4 @@
{
"min_lifetime": 3600000,
"max_lifetime": 3600000,
"expire_on_clients": true
"max_lifetime": 3600000
}

View File

@ -1,5 +1,4 @@
{
"min_lifetime": 86400000,
"max_lifetime": 86400000,
"expire_on_clients": true
"max_lifetime": 86400000
}

View File

@ -1,5 +1,4 @@
{
"min_lifetime": 86400000,
"max_lifetime": 2678400000,
"expire_on_clients": true
"max_lifetime": 2678400000
}

View File

@ -6,7 +6,6 @@ Read that, it explains what is actually done etc.
## Notes
* Not part of spec. https://github.com/matrix-org/matrix-spec-proposals/pull/1763
* Matrix uses milliseconds, keep that in mind!
* Everything requires every server involved to have rention support enabled,
otherwise the messages go nowhere and are fetchable upon request.

View File

@ -1,5 +1,4 @@
{
"min_lifetime": 86400000,
"max_lifetime": 604800000,
"expire_on_clients": true
"max_lifetime": 604800000
}