mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-19 08:09:12 +01:00
Improve conditional logic around prekey refresh schedule.
This commit is contained in:
@@ -7,6 +7,6 @@ interface PreKeyMetadataStore {
|
||||
var nextSignedPreKeyId: Int
|
||||
var activeSignedPreKeyId: Int
|
||||
var isSignedPreKeyRegistered: Boolean
|
||||
var signedPreKeyFailureCount: Int
|
||||
var lastSignedPreKeyRotationTime: Long
|
||||
var nextOneTimePreKeyId: Int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user