summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-11-07 20:27:56 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-11-07 20:27:56 +0100
commit7de24a42713d0bcc4d39279672dcd012c942496c (patch)
treeee7e975c1ab7bb3ff87ab19987eb413b21d6b591
parentMerge pull request #791 from Nheko-Reborn/secret-storage-fixes (diff)
downloadnheko-7de24a42713d0bcc4d39279672dcd012c942496c.tar.xz
Don't try to load verification status before db is ready
-rw-r--r--src/encryption/SelfVerificationStatus.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/encryption/SelfVerificationStatus.cpp b/src/encryption/SelfVerificationStatus.cpp

index 32386fdb..5fa8d831 100644 --- a/src/encryption/SelfVerificationStatus.cpp +++ b/src/encryption/SelfVerificationStatus.cpp
@@ -24,7 +24,6 @@ SelfVerificationStatus::SelfVerificationStatus(QObject *o) this, &SelfVerificationStatus::invalidate, Qt::UniqueConnection); - invalidate(); }); }