mirror of
https://github.com/chatmail/core.git
synced 2026-04-19 22:46:29 +03:00
fix segfaults and some queries
This commit is contained in:
@@ -324,7 +324,7 @@ pub fn dc_lookup_real_nchat_by_contact_id(
|
||||
unsafe { *ret_chat_blocked = row.get(1)? };
|
||||
Ok(())
|
||||
}
|
||||
).unwrap();
|
||||
);
|
||||
}
|
||||
|
||||
pub unsafe fn dc_get_chat_id_by_contact_id(context: &Context, contact_id: uint32_t) -> uint32_t {
|
||||
|
||||
Reference in New Issue
Block a user