-
-
Notifications
You must be signed in to change notification settings - Fork 750
Bulk Deleted messages doesn't appear in #message-change-log #1381
Copy link
Copy link
Closed
Labels
a: moderationRelated to community moderation functionality: (moderation, defcon, verification)Related to community moderation functionality: (moderation, defcon, verification)m: duplicateIssue or pull request already existsIssue or pull request already existsp: 1 - highHigh PriorityHigh Priorityt: bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
a: moderationRelated to community moderation functionality: (moderation, defcon, verification)Related to community moderation functionality: (moderation, defcon, verification)m: duplicateIssue or pull request already existsIssue or pull request already existsp: 1 - highHigh PriorityHigh Priorityt: bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Currently, we only create an embed when a message is deleted through a single deletion event. Bulk deletions are ignored, which cause messages cleared by a purge-ban to not appear here, which is pretty problematic.
Note that the
!cleancommand does trigger a bulk deletion, but we don't want it to appear in the change-log since we already have another logging method for them. We need to come up with a system to ignore those.