mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-01-10 20:32:35 +01:00
Compare commits
No commits in common. "f383701f9ec49b20902fb531704ceb400b5204f1" and "a34b8bebaad731cac4a52b52f6d29c7858153353" have entirely different histories.
f383701f9e
...
a34b8bebaa
@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
"min_lifetime": 3600000,
|
"min_lifetime": 3600000,
|
||||||
"max_lifetime": 3600000,
|
"max_lifetime": 3600000
|
||||||
"expire_on_clients": true
|
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
"min_lifetime": 86400000,
|
"min_lifetime": 86400000,
|
||||||
"max_lifetime": 86400000,
|
"max_lifetime": 86400000
|
||||||
"expire_on_clients": true
|
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
"min_lifetime": 86400000,
|
"min_lifetime": 86400000,
|
||||||
"max_lifetime": 2678400000,
|
"max_lifetime": 2678400000
|
||||||
"expire_on_clients": true
|
|
||||||
}
|
}
|
||||||
|
@ -6,7 +6,6 @@ Read that, it explains what is actually done etc.
|
|||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
* Not part of spec. https://github.com/matrix-org/matrix-spec-proposals/pull/1763
|
|
||||||
* Matrix uses milliseconds, keep that in mind!
|
* Matrix uses milliseconds, keep that in mind!
|
||||||
* Everything requires every server involved to have rention support enabled,
|
* Everything requires every server involved to have rention support enabled,
|
||||||
otherwise the messages go nowhere and are fetchable upon request.
|
otherwise the messages go nowhere and are fetchable upon request.
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
{
|
{
|
||||||
"min_lifetime": 86400000,
|
"min_lifetime": 86400000,
|
||||||
"max_lifetime": 604800000,
|
"max_lifetime": 604800000
|
||||||
"expire_on_clients": true
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user