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:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-10-27 11:48:01 +0300
committerGitHub <noreply@github.com>2021-10-27 11:48:01 +0300
commit42ca9011577e328f1f33476c4ffe34b9f710547a (patch)
tree177f3021be81e066c61096bf0a15302f9ee75f1f
parent1077f2833039c5e7e95c10b6c520592078d20d1c (diff)
parent7381e74b1534bf005970efca8ad115bec771f04a (diff)
Merge pull request #1102 from nextcloud/bugfix/noid/improve-wordingv23.0.0beta2
-rw-r--r--lib/Command/TestPush.php3
-rw-r--r--lib/Push.php3
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/Command/TestPush.php b/lib/Command/TestPush.php
index d4533a3..41bc99e 100644
--- a/lib/Command/TestPush.php
+++ b/lib/Command/TestPush.php
@@ -88,8 +88,7 @@ class TestPush extends Command {
if (!$this->notificationManager->isFairUseOfFreePushService()) {
$output->writeln('<error>We want to keep offering our push notification service for free, but large</error>');
$output->writeln('<error>users overload our infrastructure. For this reason we have to rate-limit the</error>');
- $output->writeln('<error>use of push notifications. If you need this feature, consider setting up your</error>');
- $output->writeln('<error>own push server or using Nextcloud Enterprise.</error>');
+ $output->writeln('<error>use of push notifications. If you need this feature, consider using Nextcloud Enterprise.</error>');
return 1;
}
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;
}