-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter Banned Users from User Reactions (Fixes #8618) #8875
Filter Banned Users from User Reactions (Fixes #8618) #8875
Conversation
Codecov Report
@@ Coverage Diff @@
## main #8875 +/- ##
=======================================
Coverage ? 81.85%
=======================================
Files ? 100
Lines ? 5935
Branches ? 0
=======================================
Hits ? 4858
Misses ? 1077
Partials ? 0 |
Code Climate has analyzed commit eeb544f and detected 0 issues on this pull request. View more on Code Climate. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fantastic 🎉 🎉 thanks for sticking with this @noi5e 🚀
Referencing this so it appears in my planning issue #9069 |
…clab#8875) * filter banned users from likes (publiclab#8618) * tweak ref to user_reactions_map (publiclab#8618) * change user_reactions_map structure (publiclab#8618) * filter banned users from user reactions (publiclab#8618) * change IS NOT query to != (publiclab#8618) * change IS NOT query to != (publiclab#8618)
…clab#8875) * filter banned users from likes (publiclab#8618) * tweak ref to user_reactions_map (publiclab#8618) * change user_reactions_map structure (publiclab#8618) * filter banned users from user reactions (publiclab#8618) * change IS NOT query to != (publiclab#8618) * change IS NOT query to != (publiclab#8618)
…clab#8875) * filter banned users from likes (publiclab#8618) * tweak ref to user_reactions_map (publiclab#8618) * change user_reactions_map structure (publiclab#8618) * filter banned users from user reactions (publiclab#8618) * change IS NOT query to != (publiclab#8618) * change IS NOT query to != (publiclab#8618)
…clab#8875) * filter banned users from likes (publiclab#8618) * tweak ref to user_reactions_map (publiclab#8618) * change user_reactions_map structure (publiclab#8618) * filter banned users from user reactions (publiclab#8618) * change IS NOT query to != (publiclab#8618) * change IS NOT query to != (publiclab#8618)
(Fixes #8618).
like
method in comment_controller.rb.This was fun to figure out! It taught me a lot about queries and comments in general.