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: v29.0.8rc1~16^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fheads%2Fbackport%2F48375%2Fstable29;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 149bfa6b3c9..4442a221ea0 100644 --- a/apps/updatenotification/lib/Controller/APIController.php +++ b/apps/updatenotification/lib/Controller/APIController.php @@ -60,6 +60,7 @@ class APIController extends OCSController { 'twofactor_totp' => 25, 'files_downloadlimit' => 29, 'twofactor_nextcloud_notification' => 30, + 'app_api' => 30, ]; public function __construct(