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:
bjoern
2022-05-17 19:31:11 +02:00
committed by GitHub
parent 6d189dab98
commit 33b10fa719

View File

@@ -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