fix-import-blocked-objects
Felix Ableitner 1 month ago
parent fb1fc7cb3a
commit 23e51f58ae

@ -3,10 +3,11 @@ use crate::objects::{
community::ApubCommunity,
person::ApubPerson,
post::ApubPost,
};use itertools::Itertools;
};
use activitypub_federation::{config::Data, fetch::object_id::ObjectId, traits::Object};
use actix_web::web::Json;
use futures::{future::try_join_all, StreamExt};
use itertools::Itertools;
use lemmy_api_common::{context::LemmyContext, SuccessResponse};
use lemmy_db_schema::{
newtypes::DbUrl,
@ -325,7 +326,7 @@ mod tests {
traits::{Crud, Followable},
};
use lemmy_db_views::structs::LocalUserView;
use lemmy_db_views_actor::structs::{CommunityFollowerView};
use lemmy_db_views_actor::structs::CommunityFollowerView;
use lemmy_utils::error::{LemmyErrorType, LemmyResult};
use pretty_assertions::assert_eq;
use serial_test::serial;

Loading…
Cancel
Save