mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 19:06:35 +03:00
target comments from @flub and @dignifiedquire
This commit is contained in:
committed by
holger krekel
parent
3bb58be2b5
commit
f6861ca5f5
@@ -897,7 +897,7 @@ fn create_or_lookup_group(
|
||||
);
|
||||
|
||||
mime_parser.is_system_message = SystemMessage::GroupNameChanged;
|
||||
} else if let Some(value) = mime_parser.get(HeaderDef::ChatContent).cloned() {
|
||||
} else if let Some(value) = mime_parser.get(HeaderDef::ChatContent) {
|
||||
if value == "group-avatar-changed" && mime_parser.group_avatar != AvatarAction::None
|
||||
{
|
||||
// this is just an explicit message containing the group-avatar,
|
||||
|
||||
Reference in New Issue
Block a user