Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung Letzte Überarbeitung Beide Seiten der Revision | ||
howto:matrix:max_lifetime [2021/03/31 12:14] casper |
howto:matrix:max_lifetime [2022/02/18 15:47] casper |
||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
====== Change Matrix room retention time ====== | ====== Change Matrix room retention time ====== | ||
- | Systemli' | + | Systemli' |
- | * Find you personal access token in Element by: | + | <note important> |
- | * Click on your username in the upper left corner | + | |
- | * All settings | + | ---- |
- | * Access Token: <click to reveal> | + | |
- | * Find room id in Element by: | + | It is possible to send custom events from developer tools of element web and set room retention time there. Something like: Right-click a room → Settings → Advanced → Open developer tools → Send custom event |
- | | + | |
- | * Room settings > Advanced > Room information | + | type: m.room.retention |
- | * Internal room ID: ...: | + | content: { " |
- | * Use curl to put another lifetime | + | |
- | < | + | Click the red " |
- | curl -X PUT -d ' | + | |
- | </ | + | After sending, you can verify that the retention is set: Go back and choose room state and m.room.retention there. |
+ | |||
+ | ---- | ||
+ | |||
+ | Source: https://github.com/vector-im/element-web/issues/3800# | ||
===== Further reading ===== | ===== Further reading ===== |