mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-01-10 04:12:38 +01:00
Compare commits
2 Commits
a34b8bebaa
...
f383701f9e
Author | SHA1 | Date | |
---|---|---|---|
f383701f9e | |||
48773d2d4a |
@ -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
|
||||
}
|
||||
|
@ -6,6 +6,7 @@ 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.
|
||||
|
@ -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