lemmy/crates/db_views_actor/src
Dessalines 9785b20843
Adding a scaled sort, to boost smaller communities. (#3907)
* Adding a scaled sort, to boost smaller communities.

- Previously referred to as *best* .
- Fixes #3622

* Fixing scheduled task update.

* Converting hot_rank integers to floats.

* Altering hot_rank psql function to default to zero after a week.

* Setting scaled_rank to zero, where hot_rank is zero.

* Adding image_upload table.
2023-09-06 13:43:27 -04:00
..
comment_reply_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
community_block_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
community_follower_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
community_moderator_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
community_person_ban_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
community_view.rs Adding a scaled sort, to boost smaller communities. (#3907) 2023-09-06 13:43:27 -04:00
lib.rs First pass at adding comment trees. (#2362) 2022-07-30 05:55:59 +02:00
person_block_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
person_mention_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
person_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
structs.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00