]> Untitled Git - lemmy.git/blobdiff - crates/websocket/src/chat_server.rs
Rename `lemmy_structs` to `lemmy_api_structs`
[lemmy.git] / crates / websocket / src / chat_server.rs
index fa1d90185c344c2a22dbeff2eecede702a029563..9978d1ec6062d2548815e90ca506a1b42052e8f9 100644 (file)
@@ -6,7 +6,7 @@ use diesel::{
   r2d2::{ConnectionManager, Pool},
   PgConnection,
 };
-use lemmy_structs::{comment::*, post::*};
+use lemmy_api_structs::{comment::*, post::*};
 use lemmy_utils::{
   location_info,
   rate_limit::RateLimit,