diff --git a/xmtp_mls/src/groups/mls_sync.rs b/xmtp_mls/src/groups/mls_sync.rs index f9bcba57a..522969392 100644 --- a/xmtp_mls/src/groups/mls_sync.rs +++ b/xmtp_mls/src/groups/mls_sync.rs @@ -1466,8 +1466,7 @@ where let mut result = vec![]; for payload in payloads { let mut sender_hmac = sender_hmac.clone(); - // When we switch to V2, update with the header bytes. - sender_hmac.update(&[]); + sender_hmac.update(payload); let sender_hmac = sender_hmac.finalize(); result.push(GroupMessageInput {