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:25:09 +0000 |
commit | 87b4e96893c565421e7fc67f4518a3d7b5a11c3b (patch) | |
tree | eed6356c28f1541ec90c183a735b0728c357e0af | |
parent | 115653722eae717fd94eec052ce5ddc7532b362b (diff) | |
download | nextcloud-server-backport/48375/stable29.tar.gz nextcloud-server-backport/48375/stable29.zip |
fix(updatenotification): Communicate app_api as shipped in 30+backport/48375/stable29
Signed-off-by: Joas Schilling <coding@schilljs.com>
-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 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( |