mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-11 18:22:49 +01:00
chore: Set retention state for story rooms
This commit is contained in:
parent
af02f90a1b
commit
e9bc6ae53b
@ -62,6 +62,14 @@ extension ClientStoriesExtension on Client {
|
|||||||
'algorithm': 'm.megolm.v1.aes-sha2',
|
'algorithm': 'm.megolm.v1.aes-sha2',
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
StateEvent(
|
||||||
|
type: 'm.room.retention',
|
||||||
|
stateKey: '',
|
||||||
|
content: {
|
||||||
|
'min_lifetime': 86400000,
|
||||||
|
'max_lifetime': 86400000,
|
||||||
|
},
|
||||||
|
),
|
||||||
],
|
],
|
||||||
invite: invite,
|
invite: invite,
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user