Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow rooms to have an ephemeral chat history (delete history after X amount of time) #10991

Closed
trosel opened this issue Sep 28, 2019 · 2 comments

Comments

@trosel
Copy link

trosel commented Sep 28, 2019

Rationale

Maintaining an eternal log of everything you've ever said has caused many problems for people. Many even delete their tweets on a rolling basis.

Room settings should have a Delete chat history every ___ days setting.

Chat rooms can be used as wikis or forums, but should they? In most cases, no.

Implementation

I know this is difficult because of the federated system of matrix. But what I'm thinking is that when/if a server requests to co-host a room from another server, part of this initial sync will include syncing on the ephemeral history setting and matching up their clocks. Just a thought.

@trosel
Copy link
Author

trosel commented Sep 28, 2019

Update: The Room Admin Specified Per Room Retention Proposal is what I'd like to see. Not the server admin specified. Or at the least, I'd like to see both.

@aaronraimist
Copy link
Collaborator

Yep as you saw there is already a proposal for that and a Riot issue here element-hq/element-meta#729

@trosel trosel closed this as completed Sep 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants