mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-06 00:02:48 +02:00
Changelog + doc update
This commit is contained in:
1
changelog.d/8352.bugfix
Normal file
1
changelog.d/8352.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
Fix: RustCrossSigning service API confusion (identity trusted vs own device trusted by identity)
|
@@ -36,7 +36,7 @@ internal class RustCrossSigningService @Inject constructor(
|
||||
) : CrossSigningService {
|
||||
|
||||
/**
|
||||
* Is our own device signed by our own cross signing identity
|
||||
* Is our own identity trusted
|
||||
*/
|
||||
override suspend fun isCrossSigningVerified(): Boolean {
|
||||
return when (val identity = olmMachine.getIdentity(olmMachine.userId())) {
|
||||
|
Reference in New Issue
Block a user