From 23c20acff1f939cd35974967f66475806284d0f4 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 6 Mar 2020 10:11:30 +0100 Subject: [PATCH] Remove TODO --- .../android/internal/crypto/verification/VerificationInfo.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/matrix-sdk-android/src/main/java/im/vector/matrix/android/internal/crypto/verification/VerificationInfo.kt b/matrix-sdk-android/src/main/java/im/vector/matrix/android/internal/crypto/verification/VerificationInfo.kt index ca77b2d391..6af6b59bf6 100644 --- a/matrix-sdk-android/src/main/java/im/vector/matrix/android/internal/crypto/verification/VerificationInfo.kt +++ b/matrix-sdk-android/src/main/java/im/vector/matrix/android/internal/crypto/verification/VerificationInfo.kt @@ -30,7 +30,4 @@ interface VerificationInfo { * Alice’s device should record this ID and use it in future messages in this transaction. */ val transactionID: String? - - // TODO Refacto Put the relatesTo here or at least in Message sent in Room parent? - // val relatesTo: RelationDefaultContent? }