mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-09-14 04:37:34 +01:00
The `PreKeyUtil.generateKyberPreKey` method doesn't update the `nextKyberPreKeyId` in the metadataStore, so the two `metadataStore.getNextKyberPreKeyId()` calls in this method return the same id. The first oneTimeKyberPreKey will have the same id as the lastResortKyberPreKey and overwrite it in the database. Closes #13021