]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/activities/receive/comment_undo.rs
Split api crate into api_structs and api
[lemmy.git] / crates / apub / src / activities / receive / comment_undo.rs
index 22594f3380999137099ff71cb37e61a8b693d282..12a49ee38b1b6e8f2bdc12aa9aa56a24f6c9ac90 100644 (file)
@@ -1,6 +1,6 @@
 use crate::activities::receive::get_actor_as_person;
 use activitystreams::activity::{Dislike, Like};
-use lemmy_api_structs::{blocking, comment::CommentResponse};
+use lemmy_api_common::{blocking, comment::CommentResponse};
 use lemmy_db_queries::{source::comment::Comment_, Likeable};
 use lemmy_db_schema::source::comment::{Comment, CommentLike};
 use lemmy_db_views::comment_view::CommentView;