mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-15 07:28:30 +00:00
Update to libsignal 0.86.1
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package org.signal.util
|
||||
|
||||
import org.signal.libsignal.protocol.ecc.ECPublicKey
|
||||
import org.signal.libsignal.protocol.IdentityKey
|
||||
import org.signal.libsignal.protocol.IdentityKeyPair
|
||||
import org.signal.libsignal.protocol.SignalProtocolAddress
|
||||
@@ -142,7 +143,7 @@ class InMemorySignalServiceAccountDataStore : SignalServiceAccountDataStore {
|
||||
return kyberPreKeys.containsKey(kyberPreKeyId)
|
||||
}
|
||||
|
||||
override fun markKyberPreKeyUsed(kyberPreKeyId: Int) {
|
||||
override fun markKyberPreKeyUsed(kyberPreKeyId: Int, signedPreKeyId: Int, baseKey: ECPublicKey) {
|
||||
kyberPreKeys.remove(kyberPreKeyId)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user