mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 11:26:29 +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));
|
||||
}
|
||||
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