gist/matrix/account-data/im.nheko.event_expiry/README.md

32 lines
553 B
Markdown
Raw Normal View History

# `im.nheko.event_expiry`
2023-07-05 15:23:08 +02:00
<!-- prettier-ignore-start -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [31 days](#31-days)
- [365 days](#365-days)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- prettier-ignore-end -->
## 31 days
```json
{
"exclude_state_events": true,
2023-07-05 15:23:08 +02:00
"expire_after_ms": 2678400000
}
```
## 365 days
```json
{
"exclude_state_events": true,
2023-07-05 15:23:08 +02:00
"expire_after_ms": 31536000000
}
```