Skip to content

Commit

Permalink
Fix infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal authored Sep 10, 2023
1 parent e45a94a commit 7849b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quotient/connection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1922,7 +1922,7 @@ bool Connection::hasConflictingDeviceIdsAndCrossSigningKeys(const QString& userI
void Connection::reloadDevices()
{
if (d->encryptionData) {
reloadDevices();
d->encryptionData->reloadDevices();
}
}
#endif
Expand Down

0 comments on commit 7849b10

Please sign in to comment.