You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/migrations/2023-10-23-184941_hot_rank_...
Dessalines c11e9446c6
Fix hot_rank algorithm pushing downvoted content off the feed. (#4085)
* Fix hot_rank algorithm pushing downvoted content off the feed.

- Max hot_rank algorithm now uses max(2, score) rather than greatest(1, score + 3)
- Fixes #4084

* Fixing SQL format.

* Adding 2 to bias the positive scores.
6 months ago
..
down.sql Fix hot_rank algorithm pushing downvoted content off the feed. (#4085) 6 months ago
up.sql Fix hot_rank algorithm pushing downvoted content off the feed. (#4085) 6 months ago