Changelog + doc update
This commit is contained in:
parent
178875b809
commit
b0149c4960
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 {
|
) : CrossSigningService {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Is our own device signed by our own cross signing identity
|
* Is our own identity trusted
|
||||||
*/
|
*/
|
||||||
override suspend fun isCrossSigningVerified(): Boolean {
|
override suspend fun isCrossSigningVerified(): Boolean {
|
||||||
return when (val identity = olmMachine.getIdentity(olmMachine.userId())) {
|
return when (val identity = olmMachine.getIdentity(olmMachine.userId())) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user