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