-
-
Notifications
You must be signed in to change notification settings - Fork 751
Subtract replies in mentions rule #2015
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)good first issueGood for newcomersGood for newcomersp: 1 - highHigh PriorityHigh Prioritystatus: approvedThe issue has received a core developer's approvalThe issue has received a core developer's approvalt: 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)good first issueGood for newcomersGood for newcomersp: 1 - highHigh PriorityHigh Prioritystatus: approvedThe issue has received a core developer's approvalThe issue has received a core developer's approvalt: bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
The purpose of the mentions rule is to catch people spamming user mentions, but
message.mentionsshows the user being replied to, if the reply is pinging, which is out of scope for what the rule is trying to catch.The replies should be subtracted when counting the number of mentions, and messages with only a reply but no mentions should not be returned.