From 80acc9d46720723f5971d1c38599c2c091f138df Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Wed, 11 Mar 2026 19:05:00 +0100 Subject: [PATCH] docs: use correct define for 'description changed' info message --- deltachat-ffi/deltachat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index 51f2dbec1..5e1d9d28e 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -4612,7 +4612,7 @@ int dc_msg_is_info (const dc_msg_t* msg); * and also offer a way to fix the encryption, eg. by a button offering a QR scan * - DC_INFO_WEBXDC_INFO_MESSAGE (32) - Info-message created by webxdc app sending `update.info` * - DC_INFO_CHAT_E2EE (50) - Info-message for "Chat is end-to-end-encrypted" - * - DC_INFO_GROUP_NAME_CHANGED (70) - Info-message "Description changed", UI should open the profile with the description + * - DC_INFO_GROUP_DESCRIPTION_CHANGED (70) - Info-message "Description changed", UI should open the profile with the description * * For the messages that refer to a CONTACT, * dc_msg_get_info_contact_id() returns the contact ID.