Merge pull request #29453 from nextcloud/bugfix/noid/improve-wording

pull/29465/head
John Molakvoæ 2021-10-27 10:48:21 +07:00 committed by GitHub
commit 3f8ca991fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

@ -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

@ -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
*/