add new securejoin strings to deltachat.h

This commit is contained in:
B. Petersen
2024-05-11 16:35:50 +02:00
committed by bjoern
parent 518db9a20f
commit 2f679bc21a

View File

@@ -7327,6 +7327,16 @@ void dc_event_unref(dc_event_t* event);
/// Used in summaries.
#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
/**
* @}
*/