Skip to main content

Ranking counts users’ own reactions

Currently, the ranking includes reactions to users’ own posts and comments, which may lead to manipulation of the ranking.

Currently there are hooks,

Self-react block: filters — fluent_community/disable_self_post_react + fluent_community/disable_self_comment_react, both default false. Hook to true = blocks self-like at creation → never counts. Core, not leaderboard-scoped. Nukes self-like entirely (UI too), not just leaderboard.

https://dev.fluentcommunity.co/hooks/filters/feeds#fluent-community-disable-self-post-react

Disable self-comment react filter hook is not listed in the dev doc; we will add it.

Mat Kyc

Tawsif Ahmed Riyad add_filter('fluent_community/disable_self_post_react', 'return_true', 10); and add_filter('fluent_community/disable_self_comment_react', 'return_true', 10); The codes I added aren’t working. I added them using FluentSnippets. Am I doing something wrong?

1.00

Mat Kyc, your code is right, I found a real bug in our codebase and I am on it to fix it. After the next release, your filter hooks will work efficiently.

Mat Kyc

Mat Kyc, v2.8.0 released. Your applied filter hooks will work now.