From 57bda9777b4b7d0fbd53cc56d66909e914a1a8c6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 7 Dec 2023 10:04:10 +0200 Subject: [PATCH] matrix/account-data/im.nheko.event_expiry: add 28 days/4 weeks --- matrix/account-data/im.nheko.event_expiry/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/matrix/account-data/im.nheko.event_expiry/README.md b/matrix/account-data/im.nheko.event_expiry/README.md index 3ab75e3..262747a 100644 --- a/matrix/account-data/im.nheko.event_expiry/README.md +++ b/matrix/account-data/im.nheko.event_expiry/README.md @@ -5,6 +5,7 @@ +- [28 days](#28-days) - [31 days](#31-days) - [365 days](#365-days) @@ -12,6 +13,17 @@ +## 28 days + +_Also known as 4 weeks._ + +```json +{ + "exclude_state_events": true, + "expire_after_ms": 2419200000 +} +``` + ## 31 days ```json