diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php index 5c4587b..0d07020 100644 --- a/lib/AppInfo/Application.php +++ b/lib/AppInfo/Application.php @@ -12,6 +12,7 @@ use Closure; use Exception; use OC; +use OCA\GlobalSiteSelector\ConfigLexicon; use OCA\GlobalSiteSelector\GlobalSiteSelector; use OCA\GlobalSiteSelector\Listeners\AddContentSecurityPolicyListener; use OCA\GlobalSiteSelector\Listeners\DeletingUser; @@ -86,6 +87,7 @@ public function register(IRegistrationContext $context): void { $context->registerEventListener(UserChangedEvent::class, UserChanged::class); $context->registerSetupCheck(LongJwtKeySetupCheck::class); + $context->registerConfigLexicon(ConfigLexicon::class); // It seems that AccountManager use deprecated dispatcher, let's use a deprecated listener /** @var IEventDispatcher $eventDispatcher */