mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 08:56:30 +03:00
add new securejoin strings to deltachat.h
This commit is contained in:
@@ -7327,6 +7327,16 @@ void dc_event_unref(dc_event_t* event);
|
|||||||
/// Used in summaries.
|
/// Used in summaries.
|
||||||
#define DC_STR_REACTED_BY 177
|
#define DC_STR_REACTED_BY 177
|
||||||
|
|
||||||
|
/// "Establishing guaranteed end-to-end encryption, please wait…"
|
||||||
|
///
|
||||||
|
/// Used as info message.
|
||||||
|
#define DC_STR_SECUREJOIN_WAIT 190
|
||||||
|
|
||||||
|
/// "Could not yet establish guaranteed end-to-end encryption, but you may already send a message."
|
||||||
|
///
|
||||||
|
/// Used as info message.
|
||||||
|
#define DC_STR_SECUREJOIN_WAIT_TIMEOUT 191
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @}
|
* @}
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user