Skip to content

Commit

Permalink
Merge pull request matrix-org#1 from Mikaela/stories-retention
Browse files Browse the repository at this point in the history
proposals/3588: mention m.room.retention
  • Loading branch information
krille-chan authored Feb 9, 2022
2 parents 3bb9af5 + 0bf157b commit d818877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/3588-stories-as-rooms.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ A post in a story room can then just be a normal `m.room.message` event of any m

## Potential issues

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:
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:

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

0 comments on commit d818877

Please sign in to comment.