mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-08-01 12:43:18 +00:00
Update core/conversations/src/conversation/group_v2.rs
Co-authored-by: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com>
This commit is contained in:
parent
8e6a0b6943
commit
85f49f521c
@ -383,7 +383,7 @@ where
|
|||||||
) -> Result<(), ChatError> {
|
) -> Result<(), ChatError> {
|
||||||
// Record who WE invited before touching the conversation: after_op
|
// Record who WE invited before touching the conversation: after_op
|
||||||
// forwards a welcome only to joiners in pending_invites (the de-mls
|
// 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());
|
let mut kps = Vec::with_capacity(members.len());
|
||||||
for member in members {
|
for member in members {
|
||||||
let device_id = NamespacedIdentity::prefix(member, DEMLS_KEYPACKAGE_NAMESPACE);
|
let device_id = NamespacedIdentity::prefix(member, DEMLS_KEYPACKAGE_NAMESPACE);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user