Skip to content

Commit

Permalink
Update Quotient/connectionencryptiondata_p.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Rusakov <[email protected]>
  • Loading branch information
TobiasFella and KitsuneRal authored Sep 10, 2023
1 parent 0df4fe4 commit 7cc5954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quotient/connectionencryptiondata_p.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ void ConnectionEncryptionData::handleQueryKeys(const QHash<QString, QHash<QStrin
continue;
}
if (!verifyIdentitySignature(device, device.deviceId,
device.userId)) {
device.userId)) {
qWarning(E2EE) << "Failed to verify devicekeys signature. "
"Skipping this device";
continue;
Expand Down

0 comments on commit 7cc5954

Please sign in to comment.