From 36cb8f3baf38f48e14f0d53301fee4c737ff71bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kl=C3=A4hn?= <39526136+Septias@users.noreply.github.com> Date: Mon, 23 Jan 2023 11:13:03 +0100 Subject: [PATCH] Update deltachat-ffi/deltachat.h Co-authored-by: bjoern --- deltachat-ffi/deltachat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index 416f7eafc..ff8194db9 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -1089,7 +1089,7 @@ char* dc_get_webxdc_status_updates (dc_context_t* context, uint32_t msg_id, uint * @param msg_id The ID of the message with the webxdc instance. * @return 1=contact ID is member of chat ID, 0=contact is not in chat */ -int dc_is_webxdc_updating (dc_context_t* context, uint32_t chat_id); +int dc_is_webxdc_updating (dc_context_t* context, uint32_t msg_id); /**