aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2021-10-27 10:48:21 +0200
committerGitHub <noreply@github.com>2021-10-27 10:48:21 +0200
commit3f8ca991fce8584025e26c3944e2216cd89b85ee (patch)
tree310ab04044354c1dfee8710d1406fa9beb58ddc1 /lib
parentac7930bf1fdd6ce2ba1da7176a1b2d3eb72ed06a (diff)
parent9a18bd7abf12fcd2cd82aab9099cb02fd0f54ba8 (diff)
downloadnextcloud-server-3f8ca991fce8584025e26c3944e2216cd89b85ee.tar.gz
nextcloud-server-3f8ca991fce8584025e26c3944e2216cd89b85ee.zip
Merge pull request #29453 from nextcloud/bugfix/noid/improve-wording
Diffstat (limited to 'lib')
-rw-r--r--lib/private/Notification/Manager.php3
-rw-r--r--lib/public/Notification/IManager.php3
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/private/Notification/Manager.php b/lib/private/Notification/Manager.php
index 4e0992053f2..d8bbc02e105 100644
--- a/lib/private/Notification/Manager.php
+++ b/lib/private/Notification/Manager.php
@@ -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
diff --git a/lib/public/Notification/IManager.php b/lib/public/Notification/IManager.php
index e2f37176850..dbf4aab4ea4 100644
--- a/lib/public/Notification/IManager.php
+++ b/lib/public/Notification/IManager.php
@@ -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
*/