remove superflous expression values

This commit is contained in:
holger krekel
2019-12-13 00:29:59 +01:00
parent 888507f7ba
commit b8faf54f0b

View File

@@ -241,11 +241,9 @@ pub fn dc_receive_imf(
match contact::set_profile_image(&context, from_id, mime_parser.user_avatar) {
Ok(()) => {
context.call_cb(Event::ChatModified(chat_id));
true
}
Err(err) => {
warn!(context, "reveive_imf cannot update profile image: {}", err);
false
}
};
}