From: Joas Schilling Date: Thu, 26 Sep 2024 10:22:52 +0000 (+0200) Subject: fix(updatenotification): Communicate app_api as shipped in 30+ X-Git-Tag: v30.0.1rc~21^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c8f70716da9e51031816940cbd04414863823bdc;p=nextcloud-server.git fix(updatenotification): Communicate app_api as shipped in 30+ Signed-off-by: Joas Schilling --- 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(