mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #53854 from nextcloud/backport/53767/stable31
This commit is contained in:
commit
e78b9f704b
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue