nextcloud / spreed

🗨️ Nextcloud Talk – chat, video & audio calls for Nextcloud
https://nextcloud.com/talk
GNU Affero General Public License v3.0
1.64k stars 437 forks source link

Delete messages completely instead of showing "Message deleted by you" in "Note to self" #13139

Open miaulalala opened 2 months ago

miaulalala commented 2 months ago

How to use GitHub


Feature request

Which Nextcloud Version are you currently using: (see administration page) c.nc

Is your feature request related to a problem? Please describe. Since I can now edit my "Note to self" messages all the time (thanks for that, btw, amazing :heart_eyes: ), I have deleted some older messages. Now, my Note to Self chat contains a lot of lines of "Message deleted by you".

Describe the solution you'd like "Message deleted by you" isn't used, instead, those chat messages get completely deleted.

Describe alternatives you've considered A button in the chat settings that allows for bulk deleting of those pseudo messages from my chat.

Additional context :cry: image

SystemKeeper commented 2 months ago

If it is for a "one-time" cleanup, you could use the option "Clear messages" in conversation settings (I know it's not the same as this request, just wanted to point out an alternative 😉)

miaulalala commented 2 months ago

If it is for a "one-time" cleanup, you could use the option "Clear messages" in conversation settings (I know it's not the same as this request, just wanted to point out an alternative 😉)

seenit-seen (1)

Unfortunately that would delete messages I'd rather keep :crying_cat_face:

nickvergessen commented 2 months ago

The problem is we kind of need that for mobile clients so they get informed that they should remove previous messages. We could of course "hide" them in the clients, but it's beyond trivial due to readmarker handling options etc.