X-Git-Url: http://these/git/?a=blobdiff_plain;f=server%2Fsrc%2Fapub%2Fpuller.rs;fp=server%2Fsrc%2Fapub%2Fpuller.rs;h=4b899a319ad77f8c752980692f6a599b9b47f000;hb=d932acad165f21f0cc7c952805596a60fc068627;hp=8b5c4cc46cdbc9317b3453e75be12154d2640665;hpb=eaf548b5db326addee318bcc2c7c742e4b79b6fa;p=lemmy.git diff --git a/server/src/apub/puller.rs b/server/src/apub/puller.rs index 8b5c4cc4..4b899a31 100644 --- a/server/src/apub/puller.rs +++ b/server/src/apub/puller.rs @@ -3,7 +3,6 @@ extern crate reqwest; use self::reqwest::Error; use crate::api::community::{GetCommunityResponse, ListCommunitiesResponse}; use crate::api::post::GetPosts; -use crate::api::UserOperation; use crate::db::community_view::CommunityView; use crate::naive_now; use crate::settings::Settings; @@ -44,7 +43,6 @@ pub fn get_remote_community(identifier: String) -> Result Result