mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-07-26 17:53:10 +00:00
Remove save_conversation for v2
This commit is contained in:
parent
b0f86273ec
commit
b4dde00576
@ -240,13 +240,6 @@ impl<'a, S: ExternalServices + 'static> Core<S> {
|
|||||||
// desynchronized state: MlsGroup persistence, conversation persistence, and
|
// desynchronized state: MlsGroup persistence, conversation persistence, and
|
||||||
// invite delivery all happen separately.
|
// invite delivery all happen separately.
|
||||||
let mut convo = GroupV2Convo::new(&mut self.services)?;
|
let mut convo = GroupV2Convo::new(&mut self.services)?;
|
||||||
self.services
|
|
||||||
.store
|
|
||||||
.save_conversation(&storage::ConversationMeta {
|
|
||||||
local_convo_id: convo.id().to_string(),
|
|
||||||
remote_convo_id: "0".into(),
|
|
||||||
kind: ConversationKind::GroupV1,
|
|
||||||
})?;
|
|
||||||
convo.add_member(&mut self.services, participants)?;
|
convo.add_member(&mut self.services, participants)?;
|
||||||
let convo_id = convo.id().to_string();
|
let convo_id = convo.id().to_string();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user