Add an option to delete mentioning messages also #4436
-
In MESSAGE_DELETE, MESSAGE_BULK_DELETE and GUILD_BAN_ADD (sorry I referred to them by gateway event names but it actually applies to REST counterparts), also add an option to remove messages that mention that user/message. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I've misinterpreted this idea as marking pings, which the banned user has caused, as read. |
Beta Was this translation helpful? Give feedback.
-
This isn't feasible with the way we store messages. A message is only singly linked to its reply. So we can't go from message -> the messages that replied to it easily, only message -> the message that was replied to. |
Beta Was this translation helpful? Give feedback.
This isn't feasible with the way we store messages. A message is only singly linked to its reply. So we can't go from message -> the messages that replied to it easily, only message -> the message that was replied to.