From 28be1bd5959783046ca812502bb7d6229d9952ed Mon Sep 17 00:00:00 2001 From: henmohr Date: Thu, 28 May 2026 17:04:57 -0300 Subject: [PATCH] Skip WhatsApp send on signed event --- lib/AppInfo/Application.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php index 43238b34fd..e690932f33 100644 --- a/lib/AppInfo/Application.php +++ b/lib/AppInfo/Application.php @@ -89,7 +89,6 @@ public function register(IRegistrationContext $context): void { // TwofactorGateway listener $context->registerEventListener(SendSignNotificationEvent::class, TwofactorGatewayListener::class); - $context->registerEventListener(SignedEvent::class, TwofactorGatewayListener::class); $context->registerEventListener(UserDeletedEvent::class, UserDeletedListener::class);