mirror of
https://github.com/chatmail/core.git
synced 2026-05-13 03:46:32 +03:00
feat: display TLS certificate checks configuration in connectivity view
This commit is contained in:
@@ -7749,12 +7749,17 @@ void dc_event_unref(dc_event_t* event);
|
||||
/// Used in status messages.
|
||||
#define DC_STR_CHANNEL_LEFT_BY_YOU 200
|
||||
|
||||
/// "Security"
|
||||
///
|
||||
/// Used in connectivity view.
|
||||
#define DC_STR_SECUREJOIN_WAIT_TIMEOUT 201
|
||||
|
||||
/// "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
|
||||
#define DC_STR_SECURE_JOIN_CHANNEL_QR_DESC 202
|
||||
|
||||
/**
|
||||
* @}
|
||||
|
||||
Reference in New Issue
Block a user