]> Untitled Git - lemmy.git/blobdiff - lemmy_apub/src/objects/comment.rs
Merge remote-tracking branch 'origin/split-db-workspace' into move_views_to_diesel_split
[lemmy.git] / lemmy_apub / src / objects / comment.rs
index 0d1f6db80d442c1fa4852f5b8c49dea7a2d24140..e922724856be9b768e1c5ccf2d8a6b8d83fda88a 100644 (file)
@@ -23,15 +23,12 @@ use activitystreams::{
   prelude::*,
 };
 use anyhow::{anyhow, Context};
-use lemmy_db::{
-  source::{
-    comment::{Comment, CommentForm},
-    community::Community,
-    post::Post,
-    user::User_,
-  },
-  Crud,
-  DbPool,
+use lemmy_db::{Crud, DbPool};
+use lemmy_db_schema::source::{
+  comment::{Comment, CommentForm},
+  community::Community,
+  post::Post,
+  user::User_,
 };
 use lemmy_structs::blocking;
 use lemmy_utils::{