You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/tasks/SendVerificationMessageTask.kt
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ internal class DefaultSendVerificationMessageTask @Inject constructor(
Copy file name to clipboardExpand all lines: matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/verification/DefaultVerificationService.kt
+9-2
Original file line number
Diff line number
Diff line change
@@ -764,8 +764,15 @@ internal class DefaultVerificationService @Inject constructor(
764
764
return
765
765
}
766
766
767
+
val roomId = event.roomId
768
+
if (roomId ==null) {
769
+
Timber.e("## SAS Verification missing roomId for event")
Copy file name to clipboardExpand all lines: matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/verification/SendVerificationMessageWorker.kt
Copy file name to clipboardExpand all lines: matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/verification/VerificationMessageProcessor.kt
0 commit comments