Skip to content

Commit

Permalink
fix: Ignore outer Chat-User-Avatar header in Autocrypt-encrypted mess…
Browse files Browse the repository at this point in the history
…ages

This is already done for Chat-Group-Avatar.
  • Loading branch information
iequidoo committed Mar 8, 2025
1 parent c51f7a4 commit 6a29cca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mimeparser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,7 @@ impl MimeMessage {
HeaderDef::ChatGroupPastMembers,
HeaderDef::ChatDelete,
HeaderDef::ChatEdit,
HeaderDef::ChatUserAvatar,
] {
headers.remove(h.get_headername());
}
Expand Down

0 comments on commit 6a29cca

Please sign in to comment.