]> Untitled Git - lemmy.git/blobdiff - lemmy_apub/src/inbox/receive_for_community.rs
Merge remote-tracking branch 'origin/split-db-workspace' into move_views_to_diesel_split
[lemmy.git] / lemmy_apub / src / inbox / receive_for_community.rs
index ff160144fb06214d3f347e4c71466185f9f2e3ec..31c5efba148df32cb3fc48baa678b25041d3c885 100644 (file)
@@ -41,11 +41,8 @@ use activitystreams::{
 };
 use anyhow::Context;
 use diesel::result::Error::NotFound;
-use lemmy_db::{
-  source::{comment::Comment, post::Post, site::Site},
-  ApubObject,
-  Crud,
-};
+use lemmy_db::{ApubObject, Crud};
+use lemmy_db_schema::source::{comment::Comment, post::Post, site::Site};
 use lemmy_structs::blocking;
 use lemmy_utils::{location_info, LemmyError};
 use lemmy_websocket::LemmyContext;