mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-06-30 13:09:28 +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.
|
||||
pub fn new<S: ExternalServices>(
|
||||
cx: &mut ServiceContext<S>,
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
// Constructor must accept multiple
|
||||
>>>>>>> 206314b (Update DirectV1 to support multiple members)
|
||||
members: &[IdentIdRef],
|
||||
) -> Result<Self, ChatError> {
|
||||
let mut inner_group = DelegateGroup::new(cx)?;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user