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:25:09 +0000 |
commit | 253fb39e51027a801c1ec4ca326407960368028d (patch) | |
tree | 1e15fff37a508a57ee0122f2631e1a3614abe35c /apps/updatenotification | |
parent | 5729488f0a0076b0f9fea04e22283b11bc7901e9 (diff) | |
download | nextcloud-server-253fb39e51027a801c1ec4ca326407960368028d.tar.gz nextcloud-server-253fb39e51027a801c1ec4ca326407960368028d.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.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 e2dd3684443..7dbdde8b7d5 100644 --- a/apps/updatenotification/lib/Controller/APIController.php +++ b/apps/updatenotification/lib/Controller/APIController.php @@ -58,6 +58,7 @@ class APIController extends OCSController { 'bruteforcesettings' => 25, 'suspicious_login' => 25, 'twofactor_totp' => 25, + 'files_downloadlimit' => 29, ]; public function __construct( |