ayn2op/discordo

Don't show deleted messages any longer

Closed this issue ยท 4 comments

Deleted messages currently show. This is very annoying

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

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

Or, completely removed?

Nah show the deletions, super nice.

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.