feat: Tweak initial info-message for unencrypted chats (#7427)

Fix https://github.com/chatmail/core/issues/7404
This commit is contained in:
Hocuri
2025-11-11 19:28:28 +01:00
committed by GitHub
parent 69a3a31554
commit e70307af1f
3 changed files with 20 additions and 1 deletions

View File

@@ -7749,6 +7749,11 @@ void dc_event_unref(dc_event_t* event);
/// Description in connectivity view when proxy is enabled.
#define DC_STR_PROXY_ENABLED_DESCRIPTION 221
/// "Messages in this chat use classic email and are not encrypted."
///
/// Used as the first info messages in newly created classic email threads.
#define DC_STR_CHAT_UNENCRYPTED_EXPLANATON 230
/**
* @}
*/