Rename fetch_existing to fetch_existing_msgs, add comment (#2042)

This commit is contained in:
Hocuri
2020-10-24 12:10:36 +02:00
committed by GitHub
parent ef245b5759
commit 34af492afb
6 changed files with 11 additions and 7 deletions

View File

@@ -69,8 +69,12 @@ pub enum Config {
#[strum(props(default = "0"))] // also change MediaQuality.default() on changes
MediaQuality,
#[strum(props(default = "0"))] // disabled for now, we'll set this back to "1" at some point
FetchExisting,
/// If set to "1", on the first time `start_io()` is called after configuring,
/// the newest existing messages are fetched.
/// Existing recipients are added to the contact database regardless of this setting.
#[strum(props(default = "0"))]
// disabled for now, we'll set this back to "1" at some point
FetchExistingMsgs,
#[strum(props(default = "0"))]
KeyGenType,