mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-19 06:40:17 +01:00
df3ca3d3cc
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