diff --git a/core/conversations/src/conversation/privatev1.rs b/core/conversations/src/conversation/privatev1.rs index cb83396..b7736d8 100644 --- a/core/conversations/src/conversation/privatev1.rs +++ b/core/conversations/src/conversation/privatev1.rs @@ -13,7 +13,8 @@ use std::{cell::RefCell, fmt::Debug, rc::Rc, sync::Arc}; use storage::{ConversationKind, ConversationMeta, ConversationStore}; use crate::{ - conversation::{ChatError, ConversationId, ConversationIdOwned, Convo, Id}, + context::ConversationIdOwned, + conversation::{ChatError, ConversationId, Convo, Id}, errors::EncryptionError, proto, types::{AddressedEncryptedPayload, ContentData},