mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
fix typo
This commit is contained in:
@@ -941,7 +941,7 @@ int dc_preconfigure_keypair (dc_context_t* context, const cha
|
|||||||
* the pseudo-chat DC_CHAT_ID_ARCHIVED_LINK is added if there are _any_ archived
|
* the pseudo-chat DC_CHAT_ID_ARCHIVED_LINK is added if there are _any_ archived
|
||||||
* chats
|
* chats
|
||||||
* - the flag DC_GCL_FOR_FORWARDING sorts "Saved messages" to the top of the chatlist,
|
* - the flag DC_GCL_FOR_FORWARDING sorts "Saved messages" to the top of the chatlist,
|
||||||
* typically used on forwarding, maybe combined with DC_GCL_NO_SPECIALS
|
* typically used on forwarding, may be combined with DC_GCL_NO_SPECIALS
|
||||||
* - if the flag DC_GCL_NO_SPECIALS is set, deaddrop and archive link are not added
|
* - if the flag DC_GCL_NO_SPECIALS is set, deaddrop and archive link are not added
|
||||||
* to the list (may be used eg. for selecting chats on forwarding, the flag is
|
* to the list (may be used eg. for selecting chats on forwarding, the flag is
|
||||||
* not needed when DC_GCL_ARCHIVED_ONLY is already set)
|
* not needed when DC_GCL_ARCHIVED_ONLY is already set)
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ impl Chatlist {
|
|||||||
/// the pseudo-chat DC_CHAT_ID_ARCHIVED_LINK is added if there are *any* archived
|
/// the pseudo-chat DC_CHAT_ID_ARCHIVED_LINK is added if there are *any* archived
|
||||||
/// chats
|
/// chats
|
||||||
/// - the flag DC_GCL_FOR_FORWARDING sorts "Saved messages" to the top of the chatlist,
|
/// - the flag DC_GCL_FOR_FORWARDING sorts "Saved messages" to the top of the chatlist,
|
||||||
// typically used on forwarding, maybe combined with DC_GCL_NO_SPECIALS
|
// typically used on forwarding, may be combined with DC_GCL_NO_SPECIALS
|
||||||
/// - if the flag DC_GCL_NO_SPECIALS is set, deaddrop and archive link are not added
|
/// - if the flag DC_GCL_NO_SPECIALS is set, deaddrop and archive link are not added
|
||||||
/// to the list (may be used eg. for selecting chats on forwarding, the flag is
|
/// to the list (may be used eg. for selecting chats on forwarding, the flag is
|
||||||
/// not needed when DC_GCL_ARCHIVED_ONLY is already set)
|
/// not needed when DC_GCL_ARCHIVED_ONLY is already set)
|
||||||
|
|||||||
Reference in New Issue
Block a user