]> Untitled Git - lemmy.git/blobdiff - crates/api/src/comment.rs
Rewrite fetcher (#1792)
[lemmy.git] / crates / api / src / comment.rs
index 00e136adba5d534ad625fa15b949deb4c026dc07..0af3324fae0b082159496a614a384ff858081944 100644 (file)
@@ -13,7 +13,7 @@ use lemmy_apub::{
     undo_vote::UndoVote,
     vote::{Vote, VoteType},
   },
-  PostOrComment,
+  fetcher::post_or_comment::PostOrComment,
 };
 use lemmy_db_queries::{source::comment::Comment_, Likeable, Saveable};
 use lemmy_db_schema::{source::comment::*, LocalUserId};