XSigning | Self verification Empty bottomsheet
This commit is contained in:
Valere 2020-02-21 18:33:39 +01:00 committed by Benoit Marty
parent cbd7c1aa63
commit 030f027516
1 changed files with 5 additions and 1 deletions

View File

@ -1087,8 +1087,12 @@ internal class DefaultVerificationService @Inject constructor(
} }
.distinct() .distinct()
transport.sendVerificationRequest(methodValues, localID, otherUserId, null, targetDevices) { _, _ -> transport.sendVerificationRequest(methodValues, localID, otherUserId, null, targetDevices) { _, info ->
// Nothing special to do in to device mode // Nothing special to do in to device mode
updatePendingRequest(verificationRequest.copy(
// localId stays different
requestInfo = info
))
} }
requestsForUser.add(verificationRequest) requestsForUser.add(verificationRequest)