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 committed Sep 26, 2024
1 parent 0a568e5 commit aea325f
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 @@ -39,6 +39,7 @@ class APIController extends OCSController {
'bruteforcesettings' => 25,
'suspicious_login' => 25,
'twofactor_totp' => 25,
'files_downloadlimit' => 29,
];

public function __construct(
Expand Down

0 comments on commit aea325f

Please sign in to comment.