]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(updatenotification): Communicate files_downloadlimit as shipped in 29+
authorJoas Schilling <coding@schilljs.com>
Thu, 26 Sep 2024 10:21:04 +0000 (12:21 +0200)
committerJoas Schilling <coding@schilljs.com>
Thu, 26 Sep 2024 10:21:04 +0000 (12:21 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/updatenotification/lib/Controller/APIController.php

index 6a91b90139b00cc8c55c279f9f9603c5a50c29bb..e1b3e01e8d54021a29de52b51947f55627ad0b99 100644 (file)
@@ -39,6 +39,7 @@ class APIController extends OCSController {
                'bruteforcesettings' => 25,
                'suspicious_login' => 25,
                'twofactor_totp' => 25,
+               'files_downloadlimit' => 29,
        ];
 
        public function __construct(