feat: display TLS certificate checks configuration in connectivity view

This commit is contained in:
link2xt
2024-08-28 19:17:07 +00:00
parent 8dd7c42f69
commit 2ec7c80c24
4 changed files with 62 additions and 1 deletions

View File

@@ -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
/**
* @}