Update DirectV1 to support multiple members

This commit is contained in:
Jazz Turner-Baggs 2026-06-18 17:44:14 -07:00
parent 83f8fb4371
commit d30a4f2ed4
No known key found for this signature in database

View File

@ -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)?;