lemmy/crates/db_schema/src/aggregates
Piotr Juszczyk 9c2490d4f2
Fix #3501 - Fix aggregation counts for elements removed and deleted (#3543)
Two bugs were found and fixed:
- previously elements removal and deletion were counted as two separate disappearances
- removing comments did not affect post aggregations
2023-07-10 11:30:30 -04:00
..
comment_aggregates.rs Calculate initial hot_rank and hot_rank_active for posts and comments from other instances (#3131) 2023-06-20 10:52:51 +02:00
community_aggregates.rs Fix #3501 - Fix aggregation counts for elements removed and deleted (#3543) 2023-07-10 11:30:30 -04:00
mod.rs Showing # of unread comments for posts. Fixes #2134 (#2393) 2022-09-27 16:45:46 +00:00
person_aggregates.rs Do not decrement comment score twice when removing then deleting. (#3196) 2023-07-03 14:13:53 -04:00
person_post_aggregates.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
post_aggregates.rs Fix #3501 - Fix aggregation counts for elements removed and deleted (#3543) 2023-07-10 11:30:30 -04:00
site_aggregates.rs Fix #3501 - Fix aggregation counts for elements removed and deleted (#3543) 2023-07-10 11:30:30 -04:00
structs.rs Adding hot_rank columns in place of function sorting. (#2952) 2023-06-08 16:15:15 -04:00