mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
fmt
This commit is contained in:
@@ -2521,7 +2521,9 @@ pub unsafe extern "C" fn dc_is_sending_locations_to_chat(
|
||||
};
|
||||
|
||||
block_on(async {
|
||||
location::is_sending_locations_to_chat(ctx, chat_id).await.map(|res| res as u8)
|
||||
location::is_sending_locations_to_chat(ctx, chat_id)
|
||||
.await
|
||||
.map(|res| res as u8)
|
||||
})
|
||||
.unwrap_or_log_default(ctx, "Failed dc_is_sending_locations_to_chat()") as libc::c_int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user