mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-01 16:09:23 +01:00
32 lines
553 B
Markdown
32 lines
553 B
Markdown
# `im.nheko.event_expiry`
|
|
|
|
<!-- 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,
|
|
"expire_after_ms": 2678400000
|
|
}
|
|
```
|
|
|
|
## 365 days
|
|
|
|
```json
|
|
{
|
|
"exclude_state_events": true,
|
|
"expire_after_ms": 31536000000
|
|
}
|
|
```
|