mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 06:46:32 +03:00
fix docs: dc_markseen_msgs() is typically called when scrolling through message list, not chat list. (#3120)
This commit is contained in:
@@ -1803,7 +1803,7 @@ void dc_forward_msgs (dc_context_t* context, const uint3
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Mark messages as presented to the user.
|
* 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.
|
* 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
|
* 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. :)
|
* (dc_msgs_presented() may be a better name therefore, but well. :)
|
||||||
|
|||||||
Reference in New Issue
Block a user