]> Untitled Git - lemmy.git/blobdiff - crates/apub/src/http/comment.rs
Split api crate into api_structs and api
[lemmy.git] / crates / apub / src / http / comment.rs
index 3071445bd65c59edbe1fc266332c5d3b2e65a0f5..4f63d89d3f7671e2777297683afa5a7a59563d6f 100644 (file)
@@ -4,7 +4,7 @@ use crate::{
 };
 use actix_web::{body::Body, web, web::Path, HttpResponse};
 use diesel::result::Error::NotFound;
-use lemmy_api_structs::blocking;
+use lemmy_api_common::blocking;
 use lemmy_db_queries::Crud;
 use lemmy_db_schema::{source::comment::Comment, CommentId};
 use lemmy_utils::LemmyError;