]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/activities/send/community.rs
Rename `lemmy_structs` to `lemmy_api_structs`
[lemmy.git] / crates / apub / src / activities / send / community.rs
index a574c7b85ba8e9455143a54e1a206a06b0e6cb47..3e77248f800d1163903aa930021996db47dfe4f9 100644 (file)
@@ -23,10 +23,10 @@ use activitystreams::{
 };
 use anyhow::Context;
 use itertools::Itertools;
+use lemmy_api_structs::blocking;
 use lemmy_db_queries::DbPool;
 use lemmy_db_schema::source::community::Community;
 use lemmy_db_views_actor::community_follower_view::CommunityFollowerView;
-use lemmy_structs::blocking;
 use lemmy_utils::{location_info, LemmyError};
 use lemmy_websocket::LemmyContext;
 use url::Url;