fix: add missing group description strings to cffi

This commit is contained in:
B. Petersen
2026-02-18 16:21:58 +01:00
committed by biörn
parent 60cf483270
commit 0d9442458a

View File

@@ -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
/**
* @}
*/