mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 08:56:30 +03:00
dc_receive_imf: fix a typo ("reveive")
This commit is contained in:
@@ -240,7 +240,7 @@ pub(crate) async fn dc_receive_imf_inner(
|
|||||||
context.emit_event(EventType::ChatModified(chat_id));
|
context.emit_event(EventType::ChatModified(chat_id));
|
||||||
}
|
}
|
||||||
Err(err) => {
|
Err(err) => {
|
||||||
warn!(context, "reveive_imf cannot update profile image: {}", err);
|
warn!(context, "receive_imf cannot update profile image: {}", err);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user