From 0d9442458a3d7b0f540768ac77a262af40fe8ce5 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Wed, 18 Feb 2026 16:21:58 +0100 Subject: [PATCH] fix: add missing group description strings to cffi --- deltachat-ffi/deltachat.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index 2ab5b4008..3a6e20969 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -7609,6 +7609,12 @@ void dc_event_unref(dc_event_t* event); /// "Incoming video call" #define DC_STR_INCOMING_VIDEO_CALL 235 +/// "You changed the chat description." +#define DC_STR_GROUP_DESCRIPTION_CHANGED_BY_YOU 240 + +/// "Chat description changed by %1$s." +#define DC_STR_GROUP_DESCRIPTION_CHANGED_BY_OTHER 241 + /** * @} */