Compare commits

..

No commits in common. "503bd9f22dc2803687dc0ad775a0a7c7aead755e" and "decb891bf297c1dbcb5b0e8a1f4d49678e7aecfc" have entirely different histories.

View File

@ -1,29 +0,0 @@
# `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
{
"expire_after_ms": 2678400000
}
```
## 365 days
```json
{
"expire_after_ms": 31536000000
}
```