From bbdefe30ebe85741daf6991aa2714588629c0b0e Mon Sep 17 00:00:00 2001 From: Doug Date: Mon, 27 Apr 2026 16:46:09 +0100 Subject: [PATCH] Revert "Temporarily disable the mandatory verification banner. (#8015)" This reverts commit f02fc51478242669437d347cf2735101ee79fbee. --- Riot/Modules/Application/LegacyAppDelegate.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Riot/Modules/Application/LegacyAppDelegate.m b/Riot/Modules/Application/LegacyAppDelegate.m index 3851deb853..b27765ad5c 100644 --- a/Riot/Modules/Application/LegacyAppDelegate.m +++ b/Riot/Modules/Application/LegacyAppDelegate.m @@ -3376,8 +3376,7 @@ - (void)checkCrossSigningForSession:(MXSession*)mxSession case MXCrossSigningStateCrossSigningExists: MXLogDebug(@"[AppDelegate] handleAppState: presentVerifyCurrentSessionAlertIfNeededWithSession"); [self.masterTabBarController presentVerifyCurrentSessionAlertIfNeededWithSession:mxSession]; - // Temporarily disabled until we have a way to reset from the verification screen. - // [self.masterTabBarController presentVerificationRequiredBannerWithSession:mxSession]; + [self.masterTabBarController presentVerificationRequiredBannerWithSession:mxSession]; break; case MXCrossSigningStateCanCrossSign: MXLogDebug(@"[AppDelegate] handleAppState: presentReviewUnverifiedSessionsAlertIfNeededWithSession");