Basic self-reporting, core part (#5129)

Part of https://github.com/deltachat/deltachat-android/issues/2909

For now, this is only sending a few basic metrics.
This commit is contained in:
Hocuri
2024-02-07 20:23:11 +01:00
committed by GitHub
parent 11214c7d1f
commit ec9d104cf3
4 changed files with 148 additions and 12 deletions

View File

@@ -347,6 +347,10 @@ pub enum Config {
/// Row ID of the key in the `keypairs` table
/// used for signatures, encryption to self and included in `Autocrypt` header.
KeyId,
/// This key is sent to the self_reporting bot so that the bot can recognize the user
/// without storing the email address
SelfReportingId,
}
impl Config {