minus-squarePixelAlchemist@lemmy.worldtoFediverse@lemmy.world•How does Lemmy (Mander in particular) sort "hot" and "active" posts?linkfedilinkEnglisharrow-up5·5 months agoShould be the same across any instance. Hot: calculated using the current score (up/down votes) in combination with how new it is. https://github.com/LemmyNet/lemmy/blob/main/migrations/2023-10-23-184941_hot_rank_greatest_fix/up.sql Active: calculated using current score in combination with the timestamp of the newest comment: https://github.com/LemmyNet/lemmy/blob/main/crates/db_schema/src/aggregates/post_aggregates.rs linkfedilink
Should be the same across any instance.
Hot: calculated using the current score (up/down votes) in combination with how new it is.
https://github.com/LemmyNet/lemmy/blob/main/migrations/2023-10-23-184941_hot_rank_greatest_fix/up.sql
Active: calculated using current score in combination with the timestamp of the newest comment:
https://github.com/LemmyNet/lemmy/blob/main/crates/db_schema/src/aggregates/post_aggregates.rs