This commit is contained in:
Hocuri
2022-05-13 15:14:15 +02:00
committed by Septias
parent 0fb3c4c8ca
commit 9b8a95b69f
3 changed files with 10 additions and 0 deletions

View File

@@ -197,7 +197,11 @@ pub enum Config {
///
/// See `crate::authres::update_authservid_candidates`.
AuthservIdCandidates,
// TODO docs, deltachat.h
/// Let the core save all events to the database. You should expose this as an advanced
/// setting to the user. When they enable it, the core automatically adds a webxdc
/// message to the device chat where the user can see the log messages.
#[strum(props(default = "0"))]
DebugLogging,
}