mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
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:
parent
eded4eacd7
commit
ab6e0767bb
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user