Update matrix-sdk-android/src/main/java/org/matrix/android/sdk/api/session/crypto/verification/VerificationService.kt

Co-authored-by: poljar <poljar@termina.org.uk>
This commit is contained in:
Benoit Marty 2021-07-21 14:05:51 +02:00 committed by GitHub
parent eded4eacd7
commit ab6e0767bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ interface VerificationService {
transactionId: String?): String?
/**
* Request a key verification from another user using event in a room.
* Request key verification with another user via room events (instead of the to-device API)
*/
fun requestKeyVerificationInDMs(methods: List<VerificationMethod>,
otherUserId: String,