Skip to content

Commit

Permalink
for now remove this assert until we better understand
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <[email protected]>
  • Loading branch information
mgallien committed Sep 25, 2024
1 parent efdc738 commit 5cc95f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/syncjournaldb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,6 @@ Result<void, QString> SyncJournalDb::setFileRecord(const SyncJournalFileRecord &
query->bindValue(17, record._e2eMangledName);
query->bindValue(18, static_cast<int>(record._e2eEncryptionStatus));
query->bindValue(19, record._e2eCertificateFingerprint);
Q_ASSERT(static_cast<int>(record._e2eEncryptionStatus) == 0 || !record._e2eCertificateFingerprint.isEmpty());
query->bindValue(20, record._lockstate._locked ? 1 : 0);
query->bindValue(21, record._lockstate._lockOwnerType);
query->bindValue(22, record._lockstate._lockOwnerDisplayName);
Expand Down

0 comments on commit 5cc95f1

Please sign in to comment.