From 102e7574f79d3aac35628a51bfdfa67692641f51 Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Fri, 19 Jun 2026 07:29:07 -0700 Subject: [PATCH] Apply suggestion from @kaichaosun Co-authored-by: kaichao --- core/conversations/src/conversation/direct_v1.rs | 1 - 1 file changed, 1 deletion(-) 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)?;