aboutsummaryrefslogtreecommitdiffstats
path: root/apps/updatenotification
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-09-26 12:21:04 +0200
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2024-09-26 13:26:09 +0000
commitbff7282b167e08f07de7a9cdc2f1dc1f2989697d (patch)
tree8ad7c8654b74ab62c9c901b18a680bb450396e88 /apps/updatenotification
parente4a564392ed820f8ea48634a5cf4f2e699409680 (diff)
downloadnextcloud-server-bff7282b167e08f07de7a9cdc2f1dc1f2989697d.tar.gz
nextcloud-server-bff7282b167e08f07de7a9cdc2f1dc1f2989697d.zip
fix(updatenotification): Communicate files_downloadlimit as shipped in 29+
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/updatenotification')
-rw-r--r--apps/updatenotification/lib/Controller/APIController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/updatenotification/lib/Controller/APIController.php b/apps/updatenotification/lib/Controller/APIController.php
index 6a91b90139b..e1b3e01e8d5 100644
--- a/apps/updatenotification/lib/Controller/APIController.php
+++ b/apps/updatenotification/lib/Controller/APIController.php
@@ -39,6 +39,7 @@ class APIController extends OCSController {
'bruteforcesettings' => 25,
'suspicious_login' => 25,
'twofactor_totp' => 25,
+ 'files_downloadlimit' => 29,
];
public function __construct(