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/crates/db_schema/src/aggregates
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.
10 months ago
..
comment_aggregates.rs Cache & Optimize Woodpecker CI (#3450) 11 months ago
community_aggregates.rs Cache & Optimize Woodpecker CI (#3450) 11 months ago
mod.rs Showing # of unread comments for posts. Fixes #2134 (#2393) 2 years ago
person_aggregates.rs Replace TypedBuilder with Default in update forms (#3814) 10 months ago
person_post_aggregates.rs Make functions work with both connection and pool (#3420) 11 months ago
post_aggregates.rs Adding a scaled sort, to boost smaller communities. (#3907) 10 months ago
site_aggregates.rs Replace TypedBuilder with Default in update forms (#3814) 10 months ago
structs.rs Adding a scaled sort, to boost smaller communities. (#3907) 10 months ago