Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Push.php')
-rw-r--r--lib/Push.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Push.php b/lib/Push.php
index 1405297..1bf2e0f 100644
--- a/lib/Push.php
+++ b/lib/Push.php
@@ -299,8 +299,7 @@ class Push {
/**
* 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.
*/
return;
}