Skip to content

Commit 253fb39

Browse files
nickvergessenbackportbot[bot]
authored andcommitted
fix(updatenotification): Communicate files_downloadlimit as shipped in 29+
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 5729488 commit 253fb39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/updatenotification/lib/Controller/APIController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ class APIController extends OCSController {
5858
'bruteforcesettings' => 25,
5959
'suspicious_login' => 25,
6060
'twofactor_totp' => 25,
61+
'files_downloadlimit' => 29,
6162
];
6263

6364
public function __construct(

0 commit comments

Comments
 (0)