]> Untitled Git - lemmy.git/commitdiff
Rewrite fetcher (#1792)
authorNutomic <me@nutomic.com>
Sat, 25 Sep 2021 15:44:52 +0000 (15:44 +0000)
committerGitHub <noreply@github.com>
Sat, 25 Sep 2021 15:44:52 +0000 (11:44 -0400)
* Use new fetcher implementation for post/comment

* rewrite person fetch to use new fetcher

* rewrite community to use new fetcher

* rename new_fetcher to dereference_object_id

* make ObjectId a newtype

* handle deletion in new fetcher

* rewrite apub object search to be generic

* move upsert() method out of ApubObject trait

* simplify ObjectId::new (and fix clippy)


No differences found