mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-05-12 13:09:29 +00:00
Update comments
This commit is contained in:
parent
4737ae0f06
commit
06690ac2a6
@ -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()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user