From 85f49f521cb82957f11458ecff60d37da51670e6 Mon Sep 17 00:00:00 2001 From: Ekaterina Broslavskaya Date: Mon, 22 Jun 2026 09:14:47 +0300 Subject: [PATCH] Update core/conversations/src/conversation/group_v2.rs Co-authored-by: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> --- core/conversations/src/conversation/group_v2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/conversations/src/conversation/group_v2.rs b/core/conversations/src/conversation/group_v2.rs index b5e0a4f..c3f5fad 100644 --- a/core/conversations/src/conversation/group_v2.rs +++ b/core/conversations/src/conversation/group_v2.rs @@ -383,7 +383,7 @@ where ) -> Result<(), ChatError> { // Record who WE invited before touching the conversation: after_op // forwards a welcome only to joiners in pending_invites (the de-mls - // member-id is the invitee's account id bytes). + // member-id is the invitee's id bytes). let mut kps = Vec::with_capacity(members.len()); for member in members { let device_id = NamespacedIdentity::prefix(member, DEMLS_KEYPACKAGE_NAMESPACE);