From 4f1a2029946063880a0bfeef50c5faee1a341ce9 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Date: Wed, 28 Jun 2023 16:26:24 +0530 Subject: [PATCH] doc: remove incorrect info. Signed-off-by: xsahil03x --- .../05-push-notifications/adding_push_notifications_v2.mdx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docusaurus/docs/Flutter/05-guides/05-push-notifications/adding_push_notifications_v2.mdx b/docusaurus/docs/Flutter/05-guides/05-push-notifications/adding_push_notifications_v2.mdx index c0678e3b..c440daaf 100644 --- a/docusaurus/docs/Flutter/05-guides/05-push-notifications/adding_push_notifications_v2.mdx +++ b/docusaurus/docs/Flutter/05-guides/05-push-notifications/adding_push_notifications_v2.mdx @@ -40,12 +40,6 @@ Push message delivery behaves according to these rules: - The message doesn't contain the flag `skip_push` as true. - `push_notifications` is enabled (default) on the channel type for message is sent. -:::info - -If you would like get push notifications only when users are offline, please contact support. - -::: - :::caution Push notifications require membership. Watching a channel isn't enough.