-
-
Notifications
You must be signed in to change notification settings - Fork 751
Filters are triggering when bots edit messages #2549
Copy link
Copy link
Closed
Labels
a: filtersRelated to message filters: (antimalware, antispam, filtering, token_remover)Related to message filters: (antimalware, antispam, filtering, token_remover)p: 2 - normalNormal PriorityNormal Priorityt: bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
a: filtersRelated to message filters: (antimalware, antispam, filtering, token_remover)Related to message filters: (antimalware, antispam, filtering, token_remover)p: 2 - normalNormal PriorityNormal Priorityt: bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
I believe the following check in the
on_messagelistener needs to also be included in theon_message_editlistener:bot/bot/exts/filtering/filtering.py
Lines 209 to 210 in 85bafc3