fix: Disable auto-verify own master key for now

This commit is contained in:
Sorunome 2021-01-05 14:54:40 +01:00
parent 877245f146
commit a0f7dd4732
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ class Encryption {
keyManager.backgroundTasks();
autovalidateMasterOwnKey();
// autovalidateMasterOwnKey();
if (_backgroundTasksRunning) {
Timer(Duration(seconds: 10), _backgroundTasks);