mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Fix compilation issue
This commit is contained in:
parent
b2a21f7cc8
commit
e2b20f0d91
1 changed files with 1 additions and 1 deletions
|
@ -238,6 +238,6 @@ internal class RustCrossSigningService @Inject constructor(
|
|||
|
||||
override fun checkOtherMSKTrusted(myCrossSigningInfo: MXCrossSigningInfo?, otherInfo: MXCrossSigningInfo?): UserTrustResult {
|
||||
// is this needed in rust? should be moved to internal API?
|
||||
UserTrustResult.Failure("Not used in rust")
|
||||
return UserTrustResult.Failure("Not used in rust")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue