Update matrix-sdk-android/src/main/java/org/matrix/android/sdk/api/rendezvous/RendezvousChannel.kt

Co-authored-by: Benoit Marty <benoitm@matrix.org>
This commit is contained in:
Hugh Nimmo-Smith 2022-10-18 12:09:17 +01:00 committed by GitHub
parent 8530f8f280
commit a83fb8bf83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ import org.matrix.android.sdk.api.rendezvous.model.RendezvousError
* Representation of a rendezvous channel such as that described by MSC3903.
*/
interface RendezvousChannel {
var transport: RendezvousTransport
val transport: RendezvousTransport
/**
* @returns the checksum/confirmation digits to be shown to the user