lemmy/crates/apub/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
..
activities Proper permission check for federated comment distinguish (#2697) 2023-02-19 03:57:45 +09:00
api Fix data fetching from Peertube (fixes #2689) (#2703) 2023-02-05 00:38:08 -05:00
collections Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
fetcher Implement separate mod activities for feature, lock post (#2716) 2023-02-18 09:50:28 -05:00
http Implement separate mod activities for feature, lock post (#2716) 2023-02-18 09:50:28 -05:00
objects Dont upsert Instance row every apub fetch (#2771) 2023-02-28 21:36:57 -05:00
protocol Ignore undetermined language when calculating post default language (#2769) 2023-03-01 01:49:31 +01:00
activity_lists.rs Implement separate mod activities for feature, lock post (#2716) 2023-02-18 09:50:28 -05:00
lib.rs Adding instance software and version. Fixes #2222 (#2733) 2023-02-18 09:36:12 -05:00
mentions.rs Organize utils into separate files. Fixes #2295 (#2736) 2023-02-16 05:05:14 +01:00