From 06690ac2a667b64039f2b5aef0021f2a5cef8dee Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Tue, 28 Apr 2026 10:00:25 -0700 Subject: [PATCH] Update comments --- core/conversations/src/context.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/conversations/src/context.rs b/core/conversations/src/context.rs index b9a79cd..10c95d7 100644 --- a/core/conversations/src/context.rs +++ b/core/conversations/src/context.rs @@ -182,7 +182,8 @@ where &mut self, participants: &[&AccountId], ) -> Result>, ChatError> { - // TODO: (!) Perform this in InboxV2? + // TODO: (P1) Ensure errors are handled propertly. This is a high chance for desynchronized state. + // MlsGroup persistence, conversation persistence, and invite delivery all happen seperately let mut convo = self.pq_inbox.create_group_v1()?; self.store .borrow_mut()