1
0
Fork 0
mirror of https://github.com/LemmyNet/lemmy.git synced 2025-01-06 23:30:25 +00:00
lemmy/migrations/2023-10-23-184941_hot_rank_greatest_fix
Dessalines c11e9446c6
Fix hot_rank algorithm pushing downvoted content off the feed. ()
* 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 

* Fixing SQL format.

* Adding 2 to bias the positive scores.
2023-10-30 10:47:57 +01:00
..
down.sql Fix hot_rank algorithm pushing downvoted content off the feed. () 2023-10-30 10:47:57 +01:00
up.sql Fix hot_rank algorithm pushing downvoted content off the feed. () 2023-10-30 10:47:57 +01:00