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()