fix: do not take Secure-Join-Auth from unprotected headers

This commit is contained in:
link2xt
2024-02-08 22:08:07 +00:00
parent 6ea675a12f
commit e919de78a3

View File

@@ -1386,6 +1386,7 @@ impl MimeMessage {
fn remove_secured_headers(headers: &mut HashMap<String, String>) {
headers.remove("secure-join-fingerprint");
headers.remove("secure-join-auth");
headers.remove("chat-verified");
headers.remove("autocrypt-gossip");