mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 23:16:30 +03:00
fix: ignore address case when comparing the To: field to Autocrypt-Gossip:
This commit is contained in:
@@ -1752,7 +1752,7 @@ async fn update_gossip_peerstates(
|
||||
.handle_fingerprint_change(context, message_time)
|
||||
.await?;
|
||||
|
||||
gossiped_addr.insert(header.addr.clone());
|
||||
gossiped_addr.insert(header.addr.to_lowercase());
|
||||
}
|
||||
|
||||
Ok(gossiped_addr)
|
||||
|
||||
Reference in New Issue
Block a user