feat: add new strings to ffi

This commit is contained in:
B. Petersen
2025-10-03 14:56:34 +02:00
committed by bjoern
parent 481f5cae22
commit 8f2390ac99

View File

@@ -7585,7 +7585,7 @@ void dc_event_unref(dc_event_t* event);
/// Used in status messages.
#define DC_STR_REMOVE_MEMBER_BY_OTHER 131
/// "You left."
/// "You left the group."
///
/// Used in status messages.
#define DC_STR_GROUP_LEFT_BY_YOU 132
@@ -7865,8 +7865,17 @@ void dc_event_unref(dc_event_t* event);
/// "Missed Call"
#define DC_STR_MISSED_CALL 198
/// "Contact". Deprecated, currently unused.
#define DC_STR_CONTACT 200
/// "You left the channel."
///
/// Used in status messages.
#define DC_STR_CHANNEL_LEFT_BY_YOU 200
/// "Scan to join channel %1$s"
///
/// Subtitle for channel join qrcode svg image generated by the core.
///
/// `%1$s` will be replaced with the channel name.
#define DC_STR_SECURE_JOIN_CHANNEL_QR_DESC 201
/**
* @}