mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
feat(updatenotification): handle files_lock
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
8a087c288d
commit
5c1eee588e
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ class APIController extends OCSController {
|
|||
'files_downloadlimit' => 29,
|
||||
'twofactor_nextcloud_notification' => 30,
|
||||
'app_api' => 30,
|
||||
'files_lock' => 34,
|
||||
];
|
||||
|
||||
public function __construct(
|
||||
|
|
|
|||
Loading…
Reference in a new issue