diff options
author | Joas Schilling <coding@schilljs.com> | 2024-09-26 12:21:44 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-09-26 12:21:44 +0200 |
commit | 7c683a94d65839674d7b82730c60a6f5da9120e6 (patch) | |
tree | de93cf661320a327db94b4d0ce37acd845709385 | |
parent | aea325fefdc01363ad00e3fb4da7dc979fcd2b2a (diff) | |
download | nextcloud-server-7c683a94d65839674d7b82730c60a6f5da9120e6.tar.gz nextcloud-server-7c683a94d65839674d7b82730c60a6f5da9120e6.zip |
fix(updatenotification): Communicate twofactor_nextcloud_notification as shipped in 30+
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 e1b3e01e8d5..170341c1174 100644 --- a/apps/updatenotification/lib/Controller/APIController.php +++ b/apps/updatenotification/lib/Controller/APIController.php @@ -40,6 +40,7 @@ class APIController extends OCSController { 'suspicious_login' => 25, 'twofactor_totp' => 25, 'files_downloadlimit' => 29, + 'twofactor_nextcloud_notification' => 30, ]; public function __construct( |