ayn2op / discordo

A lightweight, secure, and feature-rich Discord terminal client.
MIT License
2.02k stars 63 forks source link

Don't show deleted messages any longer #323

Closed Ecorous closed 9 months ago

Ecorous commented 1 year ago

Deleted messages currently show. This is very annoying

ItsRedlyXD commented 1 year ago

They should be colored red, and do something like Vencord's message logger (opt-in of course). Do you agree?

Ecorous commented 12 months ago

They should be colored red, and do something like Vencord's message logger (opt-in of course). Do you agree?

Or, completely removed?

rom4ster commented 10 months ago

Nah show the deletions, super nice.

ayn2op commented 9 months ago

They should be colored red, and do something like Vencord's message logger (opt-in of course). Do you agree?

This is a privacy concern. Someone using a client other than Discordo expects the message to be deleted; not to mention, this behavior also deviates from the official client.

Anyway, it should be fairly easy to implement this. Arikawa automatically updates the state when a message is deleted, so we just have to redraw all of the messages again when the MESSAGE_DELETE event is received.