matrix: expire after a week

This commit is contained in:
Aminda Suomalainen 2024-09-26 18:24:19 +03:00
parent c9b3e2b7c8
commit 6104f90c81
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -14,6 +14,7 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [Disable](#disable)
- [7 days](#7-days)
- [28 days](#28-days)
- [Example with keep only x messages & always keep](#example-with-keep-only-x-messages--always-keep)
- [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
_Also known as 4 weeks._