Skip to content

Commit d818877

Browse files
authored
Merge pull request matrix-org#1 from Mikaela/stories-retention
proposals/3588: mention m.room.retention
2 parents 3bb9af5 + 0bf157b commit d818877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/3588-stories-as-rooms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ A post in a story room can then just be a normal `m.room.message` event of any m
7979

8080
## Potential issues
8181

82-
All posts in a story should disappear after 24 hours. In the future it might be easy to implement this using "Self destructive messages" <https://github.com/matrix-org/matrix-doc/pull/2228> but at the moment the only way we can do this, is to manage this on both sides:
82+
All posts in a story should disappear after 24 hours. In the future it might be easy to implement this using "Self destructive messages" <https://github.com/matrix-org/matrix-doc/pull/2228> but at the moment the only ways we can do this are using both, `m.room.retention` and managing this on both sides:
8383

8484
* Sending clients should be configured to automatically redact all messages in stories rooms, which are older than 24 hours
8585
* Receiving clients should ignore messages in stories rooms, which are older than 24 hours

0 commit comments

Comments
 (0)