mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 05:56:31 +03:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user