mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-16 03:08:58 +03:00
Fix / SAS verification infinite waiting on last step
Missing state update to verified after mac verification
This commit is contained in:
parent
8fe0bd5abe
commit
4505d13385
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ internal abstract class SASVerificationTransaction(
|
|||
verifiedDevices.forEach {
|
||||
setDeviceVerified(it, otherUserId)
|
||||
}
|
||||
state = SasVerificationTxState.Verified
|
||||
}
|
||||
|
||||
private fun setDeviceVerified(deviceId: String, userId: String) {
|
||||
|
|
Loading…
Add table
Reference in a new issue