mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-08-26 23:51:14 +00:00
Add 1:1 Chats using Groups (#139)
* Add Identified Trait for convo * Add PrivateV2Convo * Rename to DirectV1 * Rename ConvoTypeOwned variant * Update DirectV1 to support multiple members * Apply suggestion from @kaichaosun Co-authored-by: kaichao <kaichaosuna@gmail.com> --------- Co-authored-by: kaichao <kaichaosuna@gmail.com>
This commit is contained in:
co-authored by
kaichao
parent
c5b264c827
commit
7612b233c9
@@ -168,7 +168,7 @@ where
|
||||
let intro = Introduction::try_from(intro_bundle)?;
|
||||
self.core
|
||||
.lock()
|
||||
.create_private_convo(&intro, initial_content)
|
||||
.create_private_convo_v1(&intro, initial_content)
|
||||
.map_err(Into::into)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user