Fix compilation issue
This commit is contained in:
parent
b2a21f7cc8
commit
e2b20f0d91
@ -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…
Reference in New Issue
Block a user