Merge pull request #53854 from nextcloud/backport/53767/stable31

This commit is contained in:
John Molakvoæ 2025-07-10 17:18:09 +02:00 committed by GitHub
commit e78b9f704b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,9 @@ class LoadAdditionalScriptsListener implements IEventListener {
return;
}
if (!$this->appManager->isEnabledForUser('notifications')) {
if (!$this->appManager->isEnabledForUser(Application::APP_ID)
|| !$this->appManager->isEnabledForUser('notifications')
) {
return;
}