From 68d50055f9eb64c61ec6f53e955a6164d2044a03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?bi=C3=B6rn?= Date: Mon, 16 Mar 2026 09:25:42 +0100 Subject: [PATCH] Update deltachat-ffi/deltachat.h Co-authored-by: iequidoo <117991069+iequidoo@users.noreply.github.com> --- 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 aa77e234a..7bbab7610 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -1595,7 +1595,7 @@ void dc_marknoticed_chat (dc_context_t* context, uint32_t ch * * @memberof dc_context_t * @param context The context object as returned from dc_context_new(). - * @param chat_id The chat ID of which messages should be marked as fresh. + * @param chat_id The chat ID of which the last incoming message should be marked as fresh. * If the chat does not have incoming messages, nothing happens. */ void dc_markfresh_chat (dc_context_t* context, uint32_t chat_id);