aboutsummaryrefslogtreecommitdiffstats
path: root/apps/updatenotification
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-09-26 12:22:52 +0200
committerJoas Schilling <coding@schilljs.com>2024-09-26 12:22:52 +0200
commit727fe2715550b3f6f8af4d07c77c8d33e55b2820 (patch)
treeaa3460f58e0562b5558c95eb66a182f0334abe56 /apps/updatenotification
parent7c683a94d65839674d7b82730c60a6f5da9120e6 (diff)
downloadnextcloud-server-727fe2715550b3f6f8af4d07c77c8d33e55b2820.tar.gz
nextcloud-server-727fe2715550b3f6f8af4d07c77c8d33e55b2820.zip
fix(updatenotification): Communicate app_api as shipped in 30+bugfix/noid/skip-future-shipped-apps-from-updatenotification-check
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/updatenotification')
-rw-r--r--apps/updatenotification/lib/Controller/APIController.php1
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(