lemmy/crates/db_schema
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
..
src Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
Cargo.toml Switch from bb8 to deadpool. Fixes #2765 (#2768) 2023-02-28 22:45:37 +01:00