]> Untitled Git - lemmy.git/blobdiff - lemmy_apub/src/activities/receive/comment.rs
Some API cleanup, adding site_id to site aggregates.
[lemmy.git] / lemmy_apub / src / activities / receive / comment.rs
index 700a2653c130a4f617e830d3b664b0c097d8fa01..32eb8c0ca5290b5028032e2ac1fdbe284b46820f 100644 (file)
@@ -10,6 +10,7 @@ use lemmy_db::{
     post::Post,
   },
   views::comment_view::CommentView,
+  Crud,
   Likeable,
 };
 use lemmy_structs::{blocking, comment::CommentResponse, send_local_notifs};