mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-06-30 21:20:09 +00:00
Update DirectV1 to support multiple members
This commit is contained in:
parent
83f8fb4371
commit
d30a4f2ed4
@ -21,6 +21,10 @@ impl DirectV1Convo {
|
|||||||
// have multiple Installations.
|
// have multiple Installations.
|
||||||
pub fn new<S: ExternalServices>(
|
pub fn new<S: ExternalServices>(
|
||||||
cx: &mut ServiceContext<S>,
|
cx: &mut ServiceContext<S>,
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
// Constructor must accept multiple
|
||||||
|
>>>>>>> 206314b (Update DirectV1 to support multiple members)
|
||||||
members: &[IdentIdRef],
|
members: &[IdentIdRef],
|
||||||
) -> Result<Self, ChatError> {
|
) -> Result<Self, ChatError> {
|
||||||
let mut inner_group = DelegateGroup::new(cx)?;
|
let mut inner_group = DelegateGroup::new(cx)?;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user