Bump to libsignal v0.94.0

This commit is contained in:
andrew-signal
2026-05-11 16:32:26 -04:00
committed by Michelle Tang
parent 155bba2f81
commit b4404bb5b4
5 changed files with 15 additions and 15 deletions
@@ -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)