mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 10:56:29 +03:00
fix: don't leak Group-ID in Message-ID
Chat assignment based on In-Reply-To and References works good enough even if the message cannot be decrypted.
This commit is contained in:
@@ -1359,7 +1359,7 @@ mod tests {
|
||||
\n\
|
||||
hello\n",
|
||||
contact.get_addr(),
|
||||
create_outgoing_rfc724_mid(None, contact.get_addr())
|
||||
create_outgoing_rfc724_mid(contact.get_addr())
|
||||
);
|
||||
println!("{msg}");
|
||||
receive_imf(t, msg.as_bytes(), false).await.unwrap();
|
||||
|
||||
Reference in New Issue
Block a user