]> Untitled Git - lemmy.git/blobdiff - crates/websocket/src/messages.rs
Split api crate into api_structs and api
[lemmy.git] / crates / websocket / src / messages.rs
index a1d4396bb889e51e27dd4a960cfff41feb34c7bb..31ca755f19c0782ea265ef0418b85c8df6be61fc 100644 (file)
@@ -1,6 +1,6 @@
 use crate::UserOperation;
 use actix::{prelude::*, Recipient};
-use lemmy_api_structs::{comment::CommentResponse, post::PostResponse};
+use lemmy_api_common::{comment::CommentResponse, post::PostResponse};
 use lemmy_db_schema::{CommunityId, LocalUserId, PostId};
 use lemmy_utils::{ConnectionId, IpAddr};
 use serde::{Deserialize, Serialize};