]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/activities/receive/comment.rs
Split api crate into api_structs and api
[lemmy.git] / crates / apub / src / activities / receive / comment.rs
index 95b51d64808fccf85eb206a75770424d56b7e865..2575035bdb2ca12b036a04c69e18519cdd8a019f 100644 (file)
@@ -4,7 +4,7 @@ use activitystreams::{
   base::ExtendsExt,
 };
 use anyhow::Context;
-use lemmy_api_structs::{blocking, comment::CommentResponse, send_local_notifs};
+use lemmy_api_common::{blocking, comment::CommentResponse, send_local_notifs};
 use lemmy_db_queries::{source::comment::Comment_, Crud, Likeable};
 use lemmy_db_schema::source::{
   comment::{Comment, CommentLike, CommentLikeForm},