mirror of
https://github.com/nextcloud/server.git
synced 2026-03-20 17:43:15 -04:00
fix(updatenotification): Communicate files_downloadlimit as shipped in 29+
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
0a568e5b48
commit
aea325fefd
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ class APIController extends OCSController {
|
|||
'bruteforcesettings' => 25,
|
||||
'suspicious_login' => 25,
|
||||
'twofactor_totp' => 25,
|
||||
'files_downloadlimit' => 29,
|
||||
];
|
||||
|
||||
public function __construct(
|
||||
|
|
|
|||
Loading…
Reference in a new issue