mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-23 11:39:35 +01:00
matrix: expire after a week
This commit is contained in:
parent
c9b3e2b7c8
commit
6104f90c81
@ -14,6 +14,7 @@
|
|||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
|
||||||
- [Disable](#disable)
|
- [Disable](#disable)
|
||||||
|
- [7 days](#7-days)
|
||||||
- [28 days](#28-days)
|
- [28 days](#28-days)
|
||||||
- [Example with keep only x messages & always keep](#example-with-keep-only-x-messages--always-keep)
|
- [Example with keep only x messages & always keep](#example-with-keep-only-x-messages--always-keep)
|
||||||
- [31 days](#31-days)
|
- [31 days](#31-days)
|
||||||
@ -37,6 +38,17 @@
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 7 days
|
||||||
|
|
||||||
|
_Also known as a week._
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"exclude_state_events": true,
|
||||||
|
"expire_after_ms": 604800000
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
## 28 days
|
## 28 days
|
||||||
|
|
||||||
_Also known as 4 weeks._
|
_Also known as 4 weeks._
|
||||||
|
Loading…
Reference in New Issue
Block a user