From 33b10fa7190232aa666122e4329cf5569c1ed145 Mon Sep 17 00:00:00 2001 From: bjoern Date: Tue, 17 May 2022 19:31:11 +0200 Subject: [PATCH] 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. --- deltachat-ffi/deltachat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index db3ae52ee..218575130 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -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