From 74ac9c3a92cc4c98d87e38c03288a31fc9c4f720 Mon Sep 17 00:00:00 2001 From: bjoern Date: Sat, 12 Mar 2022 13:45:22 +0100 Subject: [PATCH] fix docs: dc_markseen_msgs() is typically called when scrolling through message list, not chat list. (#3120) --- 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 95a846a26..3848a5de0 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -1803,7 +1803,7 @@ void dc_forward_msgs (dc_context_t* context, const uint3 /** * Mark messages as presented to the user. - * Typically, UIs call this function on scrolling through the chatlist, + * Typically, UIs call this function on scrolling through the message list, * when the messages are presented at least for a little moment. * The concrete action depends on the type of the chat and on the users settings * (dc_msgs_presented() may be a better name therefore, but well. :)