mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 01:46:34 +03:00
re-add removed DC_MSG_ID_MARKER1 as in use on iOS (#3330)
in fact, `get_chat_msgs()` with `marker1before` is not used on iOS, however, iOS still needs the special chat-id. in #3274 we did not check this possibility. it may be changed, of course, however, that would requore some refactorings in an anyway complicated area and is probably not worth the effort.
This commit is contained in:
@@ -3446,6 +3446,7 @@ int64_t dc_chat_get_remaining_mute_duration (const dc_chat_t* chat);
|
||||
*/
|
||||
|
||||
|
||||
#define DC_MSG_ID_MARKER1 1 // this is used by iOS to mark things in the message list
|
||||
#define DC_MSG_ID_DAYMARKER 9
|
||||
#define DC_MSG_ID_LAST_SPECIAL 9
|
||||
|
||||
|
||||
Reference in New Issue
Block a user