You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
blacklist removes additional posts when the blacklist entry has an OR (~) statement and looks at meta information (such as status)
I'm seeing this behaviour on
Chrome 115.0 re621 1.5.58 ViolentMonkey 2.14.0
Steps to reproduce
Add ~human ~humanoid status:pending to blacklist
Search status:active human
without re621: - no results blocked (correct)
with re621: - all results blocked (incorrect)
The text was updated successfully, but these errors were encountered:
Expected behaviour
Blacklist should only remove matching posts
Actual behaviour
blacklist removes additional posts when the blacklist entry has an OR (
~
) statement and looks at meta information (such as status)I'm seeing this behaviour on
Chrome 115.0 re621 1.5.58 ViolentMonkey 2.14.0
Steps to reproduce
Add
~human ~humanoid status:pending
to blacklistSearch
status:active human
without re621: - no results blocked (correct)
with re621: - all results blocked (incorrect)
The text was updated successfully, but these errors were encountered: