]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/activities/receive/post_undo.rs
Split api crate into api_structs and api
[lemmy.git] / crates / apub / src / activities / receive / post_undo.rs
index 67cc20df77df998ee35b03f93d4e7720d5421cb5..589b0d2299956283ffc501909543b66fcaa42e6d 100644 (file)
@@ -1,6 +1,6 @@
 use crate::activities::receive::get_actor_as_person;
 use activitystreams::activity::{Dislike, Like};
-use lemmy_api_structs::{blocking, post::PostResponse};
+use lemmy_api_common::{blocking, post::PostResponse};
 use lemmy_db_queries::{source::post::Post_, Likeable};
 use lemmy_db_schema::source::post::{Post, PostLike};
 use lemmy_db_views::post_view::PostView;