]> Untitled Git - lemmy.git/blobdiff - crates/websocket/src/chat_server.rs
Split api crate into api_structs and api
[lemmy.git] / crates / websocket / src / chat_server.rs
index c9016a250097c4aee75b07321acfb5ff06789510..f1c936d6d4e208721515e085a7b5f592989af8f1 100644 (file)
@@ -6,7 +6,7 @@ use diesel::{
   r2d2::{ConnectionManager, Pool},
   PgConnection,
 };
-use lemmy_api_structs::{comment::*, post::*};
+use lemmy_api_common::{comment::*, post::*};
 use lemmy_db_schema::{CommunityId, LocalUserId, PostId};
 use lemmy_utils::{
   location_info,