mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 22:36:30 +03:00
address some of flubs comments
This commit is contained in:
@@ -1203,7 +1203,7 @@ pub unsafe extern "C" fn dc_archive_chat(
|
||||
1 => ArchiveState::Archived,
|
||||
2 => ArchiveState::Pinned,
|
||||
_ => {
|
||||
eprintln!("ignoring careless call to dc_archive_chat(): unknown archived state");
|
||||
ffi_context.warning("ignoring careless call to dc_archive_chat(): unknown archived state");
|
||||
return;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user