mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
add missing delete header
This commit is contained in:
committed by
holger krekel
parent
409c96e571
commit
3bb58be2b5
@@ -693,6 +693,12 @@ impl<'a, 'b> MimeFactory<'a, 'b> {
|
||||
"Chat-Content".to_string(),
|
||||
"group-avatar-changed".to_string(),
|
||||
));
|
||||
if grpimage.is_none() {
|
||||
protected_headers.push(Header::new(
|
||||
"Chat-Group-Avatar".to_string(),
|
||||
"0".to_string(),
|
||||
));
|
||||
}
|
||||
add_compatibility_header = true;
|
||||
}
|
||||
_ => {}
|
||||
|
||||
Reference in New Issue
Block a user