mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-02 04:06:51 +01:00
Fix / m.key.verification.key was not sent in toDevice mode
This commit is contained in:
parent
38906084d1
commit
308b15b908
@ -43,6 +43,8 @@ internal data class KeyVerificationKey(
|
||||
}
|
||||
}
|
||||
|
||||
override fun toSendToDeviceObject() = this
|
||||
|
||||
override fun isValid(): Boolean {
|
||||
if (transactionID.isNullOrBlank() || key.isNullOrBlank()) {
|
||||
return false
|
||||
|
Loading…
x
Reference in New Issue
Block a user