feat: do not collect email addresses from messages after configuration

This can only result in adding unencrypted email-contacts
and we do not want to encourage creating unencrypted chats.
This commit is contained in:
link2xt
2026-01-27 02:52:06 +00:00
committed by l
parent f0a12d493c
commit 26ddcfaaed
6 changed files with 4 additions and 195 deletions

View File

@@ -175,11 +175,6 @@ pub enum Config {
#[strum(props(default = "0"))] // also change MediaQuality.default() on changes
MediaQuality,
/// If set to "1", then existing messages are considered to be already fetched.
/// This flag is reset after successful configuration.
#[strum(props(default = "1"))]
FetchedExistingMsgs,
/// Timer in seconds after which the message is deleted from the
/// server.
///