mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
ffi: add missing DC_STR_SERVER_TURNED_OFF #define
This commit is contained in:
@@ -5366,11 +5366,16 @@ void dc_event_unref(dc_event_t* event);
|
|||||||
/// Note: the string has to be a noun, not a verb (not: "to reply").
|
/// Note: the string has to be a noun, not a verb (not: "to reply").
|
||||||
#define DC_STR_REPLY_NOUN 90
|
#define DC_STR_REPLY_NOUN 90
|
||||||
|
|
||||||
/// "'Delete messages from server' turned off as now all folders are affected."
|
/// "You deleted the 'Saved messages' chat..."
|
||||||
///
|
///
|
||||||
/// Used as device message text.
|
/// Used as device message text.
|
||||||
#define DC_STR_SELF_DELETED_MSG_BODY 91
|
#define DC_STR_SELF_DELETED_MSG_BODY 91
|
||||||
|
|
||||||
|
/// "'Delete messages from server' turned off as now all folders are affected."
|
||||||
|
///
|
||||||
|
/// Used as device message text.
|
||||||
|
#define DC_STR_SERVER_TURNED_OFF 92
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user