mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +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(),
|
"Chat-Content".to_string(),
|
||||||
"group-avatar-changed".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;
|
add_compatibility_header = true;
|
||||||
}
|
}
|
||||||
_ => {}
|
_ => {}
|
||||||
|
|||||||
Reference in New Issue
Block a user