mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Changelog + doc update
This commit is contained in:
parent
178875b809
commit
b0149c4960
2 changed files with 2 additions and 1 deletions
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())) {
|
||||
|
|
Loading…
Reference in a new issue