We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd2da5 commit 87df8abCopy full SHA for 87df8ab
matrix-sdk-android/src/kotlinCrypto/java/org/matrix/android/sdk/internal/crypto/SecretShareManager.kt
@@ -136,7 +136,7 @@ internal class SecretShareManager @Inject constructor(
136
.w("handleSecretRequest() : malformed request norequestingDeviceId ")
137
}
138
139
- if (request.requestingDeviceId == credentials.deviceId) {
+ if (deviceId == credentials.deviceId) {
140
return Unit.also {
141
Timber.tag(loggerTag.value)
142
.v("handleSecretRequest() : Ignore request from self device")
0 commit comments