matrix/account-data/im.nheko.event_expiry: note 'exclude_state_events'

This commit is contained in:
Aminda Suomalainen 2023-11-04 10:39:37 +02:00
parent 6f0d7c9ac0
commit 16d7c11f2b
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -16,6 +16,7 @@
```json ```json
{ {
"exclude_state_events": true,
"expire_after_ms": 2678400000 "expire_after_ms": 2678400000
} }
``` ```
@ -24,6 +25,7 @@
```json ```json
{ {
"exclude_state_events": true,
"expire_after_ms": 31536000000 "expire_after_ms": 31536000000
} }
``` ```