mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
remove another superfluous return value
This commit is contained in:
committed by
holger krekel
parent
b8faf54f0b
commit
0a9f880fb4
@@ -1040,13 +1040,11 @@ fn create_or_lookup_group(
|
||||
match &mime_parser.group_avatar {
|
||||
AvatarAction::Change(profile_image) => {
|
||||
chat.param.set(Param::ProfileImage, profile_image);
|
||||
true
|
||||
}
|
||||
AvatarAction::Delete => {
|
||||
chat.param.remove(Param::ProfileImage);
|
||||
true
|
||||
}
|
||||
AvatarAction::None => false,
|
||||
AvatarAction::None => {}
|
||||
};
|
||||
chat.update_param(context)?;
|
||||
send_EVENT_CHAT_MODIFIED = true;
|
||||
|
||||
Reference in New Issue
Block a user