mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-09 06:43:06 +01:00
Bump to libsignal v0.94.0
This commit is contained in:
committed by
Michelle Tang
parent
155bba2f81
commit
b4404bb5b4
+1
-1
@@ -203,7 +203,7 @@ class InMemorySignalServiceAccountDataStore : SignalServiceAccountDataStore {
|
||||
}
|
||||
|
||||
private fun SessionRecord.isValid(): Boolean {
|
||||
return this.hasSenderChain()
|
||||
return this.hasSenderChain(0.0)
|
||||
}
|
||||
|
||||
private data class SenderKeyLocator(val address: SignalProtocolAddress, val distributionId: UUID)
|
||||
|
||||
Reference in New Issue
Block a user