From 246ab8dcf999c8cf576a675a59207106da1725b2 Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Thu, 23 Apr 2026 22:51:14 -0700 Subject: [PATCH] undo import fixes --- core/conversations/src/conversation/privatev1.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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},