From 2f679bc21ab43c8ca1d245f8c7fc41e154658d21 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Sat, 11 May 2024 16:35:50 +0200 Subject: [PATCH] add new securejoin strings to deltachat.h --- deltachat-ffi/deltachat.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index 7f708cd62..64b5964d8 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -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 + /** * @} */