mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 03:09:22 +01:00
im.nheko.event_expiry: add 365 days
This commit is contained in:
parent
cf0cb2986a
commit
503bd9f22d
@ -1,7 +1,29 @@
|
||||
# `im.nheko.event_expiry`
|
||||
|
||||
```jsonnet
|
||||
<!-- 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
|
||||
{
|
||||
"expire_after_ms": 2678400000
|
||||
"expire_after_ms": 2678400000
|
||||
}
|
||||
```
|
||||
|
||||
## 365 days
|
||||
|
||||
```json
|
||||
{
|
||||
"expire_after_ms": 31536000000
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user