diff options
author | Joas Schilling <coding@schilljs.com> | 2024-09-26 12:21:04 +0200 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2024-09-26 13:24:09 +0000 |
commit | d8ae8f578d7a3be1e221b77d55856be5feaa8776 (patch) | |
tree | d0d4f9db36b6eb746a773a4ad06e52ccd694ee31 /apps | |
parent | 1dbd72dcc0f420a605dc0bbaf59e2e6c81c87003 (diff) | |
download | nextcloud-server-d8ae8f578d7a3be1e221b77d55856be5feaa8776.tar.gz nextcloud-server-d8ae8f578d7a3be1e221b77d55856be5feaa8776.zip |
fix(updatenotification): Communicate files_downloadlimit as shipped in 29+backport/48375/stable28
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/updatenotification/lib/Controller/APIController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/updatenotification/lib/Controller/APIController.php b/apps/updatenotification/lib/Controller/APIController.php index d684b69024f..3d0646dc884 100644 --- a/apps/updatenotification/lib/Controller/APIController.php +++ b/apps/updatenotification/lib/Controller/APIController.php @@ -71,6 +71,7 @@ class APIController extends OCSController { 'bruteforcesettings' => 25, 'suspicious_login' => 25, 'twofactor_totp' => 25, + 'files_downloadlimit' => 29, ]; public function __construct(string $appName, |