Skip to content

Commit

Permalink
Merge pull request #48392 from nextcloud/backport/48375/stable28
Browse files Browse the repository at this point in the history
[stable28] Skip future shipped apps from updatenotification check
  • Loading branch information
nickvergessen authored Sep 27, 2024
2 parents 803ac1f + d8ae8f5 commit 9950de3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/updatenotification/lib/Controller/APIController.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class APIController extends OCSController {
'bruteforcesettings' => 25,
'suspicious_login' => 25,
'twofactor_totp' => 25,
'files_downloadlimit' => 29,
];

public function __construct(string $appName,
Expand Down

0 comments on commit 9950de3

Please sign in to comment.