Apply suggestion from @kaichaosun

Co-authored-by: kaichao <kaichaosuna@gmail.com>
This commit is contained in:
Jazz Turner-Baggs 2026-06-19 07:29:07 -07:00 committed by GitHub
parent 206314bbef
commit 102e7574f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,6 @@ impl DirectV1Convo {
// have multiple Installations.
pub fn new<S: ExternalServices>(
cx: &mut ServiceContext<S>,
// Constructor must accept multiple
members: &[IdentIdRef],
) -> Result<Self, ChatError> {
let mut inner_group = DelegateGroup::new(cx)?;