mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
bubble up errors from update_param() and some related functions (#3415)
* bubble up errors from update_param() and some related functions * log bubbled-up error in ffi
This commit is contained in:
@@ -3574,7 +3574,8 @@ pub unsafe extern "C" fn dc_msg_latefiling_mediasize(
|
||||
ffi_msg
|
||||
.message
|
||||
.latefiling_mediasize(ctx, width, height, duration)
|
||||
});
|
||||
})
|
||||
.ok_or_log_msg(ctx, "Cannot set media size");
|
||||
}
|
||||
|
||||
#[no_mangle]
|
||||
|
||||
Reference in New Issue
Block a user