mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
BF: App asks to verify all devices on every startup for no valid reason
#3221 We do not care about local trust. Only cross-sign status counts now
This commit is contained in:
@@ -1072,7 +1072,7 @@
|
||||
|
||||
for (MXDeviceInfo *device in devices)
|
||||
{
|
||||
if (device.trustLevel.localVerificationStatus == MXDeviceUnknown)
|
||||
if (!device.trustLevel.isCrossSigningVerified)
|
||||
{
|
||||
isUserHasOneUnverifiedDevice = YES;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user