lemmy/src
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_routes_http.rs Separate comment distinguish (#2740) 2023-02-18 09:46:34 -05:00
api_routes_websocket.rs Fixing broken websockets. (#2770) 2023-02-28 21:27:33 -05:00
code_migrations.rs Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
lib.rs Switch from bb8 to deadpool. Fixes #2765 (#2768) 2023-02-28 22:45:37 +01:00
main.rs Add feature to embed pictrs in lemmy binary (fixes #2627) (#2633) 2023-01-20 12:46:49 -05:00
root_span_builder.rs Fixing .drone.yml (#2677) 2023-01-30 14:17:24 -05:00
scheduled_tasks.rs Switch from bb8 to deadpool. Fixes #2765 (#2768) 2023-02-28 22:45:37 +01:00
telemetry.rs Extract Activitypub logic into separate library (#2288) 2022-06-02 16:33:41 +02:00