mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-26 22:20:20 +00: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