diff --git a/core/conversations/src/conversation/direct_v1.rs b/core/conversations/src/conversation/direct_v1.rs index f75bdb0..e40c36c 100644 --- a/core/conversations/src/conversation/direct_v1.rs +++ b/core/conversations/src/conversation/direct_v1.rs @@ -21,6 +21,10 @@ impl DirectV1Convo { // have multiple Installations. pub fn new( cx: &mut ServiceContext, +<<<<<<< HEAD +======= + // Constructor must accept multiple +>>>>>>> 206314b (Update DirectV1 to support multiple members) members: &[IdentIdRef], ) -> Result { let mut inner_group = DelegateGroup::new(cx)?;