2021-07-28 12:13:15 +02:00
|
|
|
# Room history retention settings / state event `m.room.retention`
|
|
|
|
|
2023-02-26 18:01:13 +01:00
|
|
|
- https://brendan.abolivier.bzh/matrix-retention-policies/
|
2021-07-28 12:13:15 +02:00
|
|
|
|
|
|
|
Read that, it explains what is actually done etc.
|
|
|
|
|
|
|
|
## Notes
|
|
|
|
|
2023-02-26 18:01:13 +01:00
|
|
|
- Not part of spec. https://github.com/matrix-org/matrix-spec-proposals/pull/1763
|
|
|
|
- Matrix uses milliseconds, keep that in mind!
|
|
|
|
- Everything requires every server involved to have rention support enabled,
|
2021-07-28 12:13:15 +02:00
|
|
|
otherwise the messages go nowhere and are fetchable upon request.
|
2023-02-26 18:01:13 +01:00
|
|
|
- 86400000 = 1 day (seen in min lifetimes)
|
|
|
|
- Helpful: https://unitchefs.com/milliseconds/days/ / https://unitchefs.com/days/milliseconds/
|