Skip to content

Commit

Permalink
fix(updatenotification): Communicate files_downloadlimit as shipped i…
Browse files Browse the repository at this point in the history
…n 29+

Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen authored and backportbot[bot] committed Sep 26, 2024
1 parent 1dbd72d commit d8ae8f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/updatenotification/lib/Controller/APIController.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class APIController extends OCSController {
'bruteforcesettings' => 25,
'suspicious_login' => 25,
'twofactor_totp' => 25,
'files_downloadlimit' => 29,
];

public function __construct(string $appName,
Expand Down

0 comments on commit d8ae8f5

Please sign in to comment.