From 154cb2db83b6a40368370d99419af63a61220a9d Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Sun, 10 Nov 2019 14:25:57 +0100 Subject: [PATCH] add missing DC_STR_DEVICE_MESSAGES --- deltachat-ffi/deltachat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index bd574037d..fa13b6e5f 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -4467,7 +4467,8 @@ void dc_array_add_id (dc_array_t*, uint32_t); // depreca #define DC_STR_MSGLOCATIONDISABLED 65 #define DC_STR_LOCATION 66 #define DC_STR_STICKER 67 -#define DC_STR_COUNT 67 +#define DC_STR_DEVICE_MESSAGES 68 +#define DC_STR_COUNT 68 /* * @}