diff options
author | Joas Schilling <coding@schilljs.com> | 2024-09-26 12:22:52 +0200 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2024-09-26 13:26:09 +0000 |
commit | c8f70716da9e51031816940cbd04414863823bdc (patch) | |
tree | 145e4d457f006f7cb03ed124a8dc6263d708c232 /apps | |
parent | 1ab03a65cf843670e3fffd510db989f0fd30ce60 (diff) | |
download | nextcloud-server-c8f70716da9e51031816940cbd04414863823bdc.tar.gz nextcloud-server-c8f70716da9e51031816940cbd04414863823bdc.zip |
fix(updatenotification): Communicate app_api as shipped in 30+backport/48375/stable30
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/updatenotification/lib/Controller/APIController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/updatenotification/lib/Controller/APIController.php b/apps/updatenotification/lib/Controller/APIController.php index 170341c1174..59643e935d1 100644 --- a/apps/updatenotification/lib/Controller/APIController.php +++ b/apps/updatenotification/lib/Controller/APIController.php @@ -41,6 +41,7 @@ class APIController extends OCSController { 'twofactor_totp' => 25, 'files_downloadlimit' => 29, 'twofactor_nextcloud_notification' => 30, + 'app_api' => 30, ]; public function __construct( |