lemmy/crates
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
..
api Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
api_common Adding a vector indexing check to prevent panics. Fixes #2753 (#2754) 2023-02-28 12:34:50 +01:00
api_crud Adding a vector indexing check to prevent panics. Fixes #2753 (#2754) 2023-02-28 12:34:50 +01:00
apub Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
db_schema Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
db_views Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
db_views_actor Switch from bb8 to deadpool. Fixes #2765 (#2768) 2023-02-28 22:45:37 +01:00
db_views_moderator Switch from bb8 to deadpool. Fixes #2765 (#2768) 2023-02-28 22:45:37 +01:00
routes Include type information with webfinger responses (fixes #2037) (#2746) 2023-02-22 11:25:26 +09:00
utils Switch from bb8 to deadpool. Fixes #2765 (#2768) 2023-02-28 22:45:37 +01:00