Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit eac8bba

Browse files
melvolnjX
authored andcommitted
OmemoManager: Do not try to renew signed pre key pairs while loading
When QXmppOmemoManager::load() is called, the client is not yet connected to the server. But the new device bundle must be published. Thus, a renewal cannot be completed.
1 parent 4870689 commit eac8bba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/omemo/QXmppOmemoManager.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ QXmppTask<bool> Manager::load()
370370
return;
371371
} else {
372372
d->signedPreKeyPairs = signedPreKeyPairs;
373-
d->renewSignedPreKeyPairs();
374373
}
375374

376375
const auto &preKeyPairs = omemoData.preKeyPairs;

0 commit comments

Comments
 (0)