aboutsummaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-09-26 12:21:04 +0200
committerJoas Schilling <coding@schilljs.com>2024-09-26 12:21:04 +0200
commitaea325fefdc01363ad00e3fb4da7dc979fcd2b2a (patch)
tree164f2fb55c8f0a5e9655ca782c96636873503f16 /apps/updatenotification/lib
parent0a568e5b48779d2d5d6f8dfe9cf5969ec9c3779f (diff)
downloadnextcloud-server-aea325fefdc01363ad00e3fb4da7dc979fcd2b2a.tar.gz
nextcloud-server-aea325fefdc01363ad00e3fb4da7dc979fcd2b2a.zip
fix(updatenotification): Communicate files_downloadlimit as shipped in 29+
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/updatenotification/lib')
-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(