lemmy/crates/db_schema/src/aggregates
Nutomic d9e7f0100a
Dont upsert Instance row every apub fetch (#2771)
This is not necessary because the domain cant change, so we only
need to insert if no row exists for this domain.

Also fetch instance actor when parsing person, not only community

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-02-28 21:36:57 -05:00
..
comment_aggregates.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
community_aggregates.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
mod.rs Showing # of unread comments for posts. Fixes #2134 (#2393) 2022-09-27 16:45:46 +00:00
person_aggregates.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
person_post_aggregates.rs Various pedantic clippy fixes (#2568) 2022-11-19 04:33:54 +00:00
post_aggregates.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
site_aggregates.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
structs.rs Add support for Featured Posts (#2585) 2022-12-12 11:17:10 +00:00