sagemathinc / cocalc

CoCalc: Collaborative Calculation in the Cloud
https://CoCalc.com
Other
1.17k stars 217 forks source link

add a way to "delete all older chats" from a chatroom #6895

Open williamstein opened 1 year ago

williamstein commented 1 year ago

It would be easy and safe (due to timetravel) to add a feature "Delete all older chats" for chatrooms. Here older could be now, a week ago, etc, and selectable in a modal that pops up.

Alternatively, instead we could have a feature "Hide all older chats" which hides them from a given user, but there is a way to unhide them (e.g., when doing search). This would just be some extra state that is stored in the chatroom.

williamstein commented 3 months ago

instead we could have a feature "Hide all older chats"

This is implemented.

williamstein commented 3 months ago

Actually, hide older is only implemented for chatrooms and not side chat. It needs to be both to close this issue.