Update comments

This commit is contained in:
Jazz Turner-Baggs 2026-04-28 10:00:25 -07:00
parent 4737ae0f06
commit 06690ac2a6
No known key found for this signature in database

View File

@ -182,7 +182,8 @@ where
&mut self, &mut self,
participants: &[&AccountId], participants: &[&AccountId],
) -> Result<Box<dyn GroupConvo<DS, RS>>, ChatError> { ) -> Result<Box<dyn GroupConvo<DS, RS>>, 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()?; let mut convo = self.pq_inbox.create_group_v1()?;
self.store self.store
.borrow_mut() .borrow_mut()