mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-19 12:57:22 +02:00
Compare commits
2 Commits
decb891bf2
...
503bd9f22d
Author | SHA1 | Date | |
---|---|---|---|
503bd9f22d | |||
cf0cb2986a |
29
matrix/account-data/im.nheko.event_expiry/README.md
Normal file
29
matrix/account-data/im.nheko.event_expiry/README.md
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# `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
|
||||||
|
}
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user