forem/forem

Show posts with a negative score on a user's profile

PhilipHow opened this issue · 4 comments

Describe the bug

  • Posts with a negative score are not appearing on a user's profile.

Expected behavior

  • Posts with a negative score should not be shown in the feed, but should appear directly on a user's profile.

Additional context

  • We have made some recent changes to how spam posts appear on a user's profile, which may be linked with this unintended behavior.

Thanks for the issue, we will take it into consideration! Our team of engineers is busy working on many types of features, please give us time to get back to you.

To our amazing contributors: issues labeled bug are always up for grabs, but for feature requests, please wait until we add a ready for dev before starting to work on it.

If this is a feature request from an external contributor (not core team at Forem), please close the issue and re-post via GitHub Discussions.

To claim an issue to work on, please leave a comment. If you've claimed the issue and need help, please ping @forem-team. The OSS Community Manager or the engineers on OSS rotation will follow up.

For full info on how to contribute, please check out our contributors guide.

Post's score is not related to the display logic in the users profile.
So, any posts (articles) will be displayed on the profile page. Added a spec for that in #21047

If user has a spam role, their profile won't be accessible for regular users (so, the posts as well). For admins spammers profiles are accessible and so are their posts.

There is a separate issue related to low score comments #20845

Closing as not relevant (negative posts are displayed on profile).