mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 01:45:05 +08:00
parent
cbd7c1aa63
commit
030f027516
@ -1087,8 +1087,12 @@ internal class DefaultVerificationService @Inject constructor(
|
||||
}
|
||||
.distinct()
|
||||
|
||||
transport.sendVerificationRequest(methodValues, localID, otherUserId, null, targetDevices) { _, _ ->
|
||||
transport.sendVerificationRequest(methodValues, localID, otherUserId, null, targetDevices) { _, info ->
|
||||
// Nothing special to do in to device mode
|
||||
updatePendingRequest(verificationRequest.copy(
|
||||
// localId stays different
|
||||
requestInfo = info
|
||||
))
|
||||
}
|
||||
|
||||
requestsForUser.add(verificationRequest)
|
||||
|
Loading…
Reference in New Issue
Block a user