]> source.dussan.org Git - nextcloud-server.git/commitdiff
Improve wording 29453/head
authorJoas Schilling <coding@schilljs.com>
Wed, 27 Oct 2021 08:12:30 +0000 (10:12 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 27 Oct 2021 08:12:30 +0000 (10:12 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/private/Notification/Manager.php
lib/public/Notification/IManager.php

index 4e0992053f2ebada8a9aa6c9e6a7e154b182afe7..d8bbc02e1052770bcc80a6088c7d86a2335da8e9 100644 (file)
@@ -308,8 +308,7 @@ class Manager implements IManager {
                        /**
                         * We want to keep offering our push notification service for free, but large
                         * users overload our infrastructure. For this reason we have to rate-limit the
-                        * use of push notifications. If you need this feature, consider setting up your
-                        * own push server or using Nextcloud Enterprise.
+                        * use of push notifications. If you need this feature, consider using Nextcloud Enterprise.
                         */
                        // TODO Remove time check after 1st March 2022
                        $isFairUse = $this->timeFactory->getTime() < 1646089200
index e2f371768503eb41b551407f434604e7444dc5a1..dbf4aab4ea4ae7b63054f08600fe61ec88f27a01 100644 (file)
@@ -113,8 +113,7 @@ interface IManager extends IApp, INotifier {
         *
         * We want to keep offering our push notification service for free, but large
         * users overload our infrastructure. For this reason we have to rate-limit the
-        * use of push notifications. If you need this feature, consider setting up your
-        * own push server or using Nextcloud Enterprise.
+        * use of push notifications. If you need this feature, consider using Nextcloud Enterprise.
         *
         * @since 23.0.0
         */