Fix / SAS verification infinite waiting on last step

Missing state update to verified after mac verification
This commit is contained in:
Valere 2019-06-26 10:46:58 +02:00
parent 8fe0bd5abe
commit 4505d13385
1 changed files with 1 additions and 0 deletions

View File

@ -256,6 +256,7 @@ internal abstract class SASVerificationTransaction(
verifiedDevices.forEach {
setDeviceVerified(it, otherUserId)
}
state = SasVerificationTxState.Verified
}

private fun setDeviceVerified(deviceId: String, userId: String) {