diff options
author | Joas Schilling <coding@schilljs.com> | 2024-09-26 12:22:52 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-09-26 12:22:52 +0200 |
commit | 727fe2715550b3f6f8af4d07c77c8d33e55b2820 (patch) | |
tree | aa3460f58e0562b5558c95eb66a182f0334abe56 /apps/updatenotification | |
parent | 7c683a94d65839674d7b82730c60a6f5da9120e6 (diff) | |
download | nextcloud-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.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( |