From 07a339c7f48e3610420b6850d2c4ef8944e68233 Mon Sep 17 00:00:00 2001 From: "shardul.cometchat" Date: Fri, 14 Aug 2026 15:54:50 +0530 Subject: [PATCH 1/4] docs(notifications): document new reply & quoted-reply preference options Preferences page (group + one-on-one tables): - New replies gains 'Notify for subscribed threads' (thread subscription feature) - New quoted replies gains 'Notify when my message is quoted' - Added an explainer callout for both options (what subscription means; who gets notified on a quote), noting they apply to group + 1-1 across push/email/SMS. --- notifications/preferences.mdx | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/notifications/preferences.mdx b/notifications/preferences.mdx index cecbda53b..0f230bc2d 100644 --- a/notifications/preferences.mdx +++ b/notifications/preferences.mdx @@ -47,8 +47,8 @@ As the name suggests, these preferences help you to configure Notifications for | Categories | Events | Available preferences | Can user override? | | --------------- | --------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ------------------------ | | Conversations | New messages | • Don't notify
• **Notify for all messages (Default)**
• Notify for messages with mentions | • **Yes (Default)**
• No | -| | New replies | • Don't notify
• **Notify for all replies (Default)**
• Notify for replies with mentions | • **Yes (Default)**
• No | -| | New quoted replies | • Don't notify
• **Notify for all replies (Default)**
• Notify for replies with mentions | • **Yes (Default)**
• No | +| | New replies | • Don't notify
• **Notify for all replies (Default)**
• Notify for replies with mentions
• Notify for subscribed threads | • **Yes (Default)**
• No | +| | New quoted replies | • Don't notify
• **Notify for all replies (Default)**
• Notify for replies with mentions
• Notify when my message is quoted | • **Yes (Default)**
• No | | Message actions | Message is edited | • Don't notify
• **Notify (Default)** | • Yes
• **No (Default)** | | | Message is deleted | • Don't notify
• **Notify (Default)** | • Yes
• **No (Default)** | | | Message receives a reaction | • Don't notify
• Notify for reactions received on all messages
• **Notify for reactions received on own messages (Default)** | • **Yes (Default)**
• No | @@ -60,6 +60,15 @@ As the name suggests, these preferences help you to configure Notifications for | | A member is unbanned | • **Don't notify (Default)**
• Notify | • **Yes (Default)**
• No | | | A member's scope changes | • **Don't notify (Default)**
• Notify | • **Yes (Default)**
• No | + +**Reply notification options** + +- **Notify for subscribed threads** — the user is notified about new replies only in threads they are *subscribed* to. A user becomes subscribed to a thread when they start it (send the parent message), reply in it, are @-mentioned in it, or explicitly follow it — and can unfollow to stop. Useful in busy conversations where users only want updates on threads they are part of. +- **Notify when my message is quoted** *(quoted replies only)* — the sender of the original message is notified whenever someone quote-replies (swipe-to-reply) to their message, independent of threads or mentions. + +Both options apply to **group** and **one-on-one** conversations, across **push, email, and SMS**. + + Regarding Message edited & Message deleted events @@ -358,8 +367,8 @@ As the name suggests, these preferences help you to configure Notifications for | Categories | Events | Available preferences | Can user override? | | --------------- | --------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ------------------------ | | Conversations | New messages | • Don't notify
• **Notify for all messages (Default)**
• Notify for messages with mentions | • **Yes (Default)**
• No | -| | New replies | • Don't notify
• **Notify for all replies (Default)**
• Notify for replies with mentions | • **Yes (Default)**
• No | -| | New quoted replies | • Don't notify
• **Notify for all replies (Default)**
• Notify for replies with mentions | • **Yes (Default)**
• No | +| | New replies | • Don't notify
• **Notify for all replies (Default)**
• Notify for replies with mentions
• Notify for subscribed threads | • **Yes (Default)**
• No | +| | New quoted replies | • Don't notify
• **Notify for all replies (Default)**
• Notify for replies with mentions
• Notify when my message is quoted | • **Yes (Default)**
• No | | Message actions | Message is edited | • Don't notify
• **Notify (Default)** | • Yes
• **No (Default)** | | | Message is deleted | • Don't notify
• **Notify (Default)** | • Yes
• **No (Default)** | | | Message receives a reaction | • Don't notify
• Notify for reactions received on all messages
• **Notify for reactions received on own messages (Default)** | • **Yes (Default)**
• No | From 29e5d63e4eef80f80da9676d29e8e9fbaec112cb Mon Sep 17 00:00:00 2001 From: "shardul.cometchat" Date: Fri, 14 Aug 2026 18:33:24 +0530 Subject: [PATCH 2/4] docs(notifications): reword the reply-options explainer for clarity --- notifications/preferences.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/notifications/preferences.mdx b/notifications/preferences.mdx index 0f230bc2d..060e3076a 100644 --- a/notifications/preferences.mdx +++ b/notifications/preferences.mdx @@ -61,12 +61,12 @@ As the name suggests, these preferences help you to configure Notifications for | | A member's scope changes | • **Don't notify (Default)**
• Notify | • **Yes (Default)**
• No | -**Reply notification options** +**About the two reply options** -- **Notify for subscribed threads** — the user is notified about new replies only in threads they are *subscribed* to. A user becomes subscribed to a thread when they start it (send the parent message), reply in it, are @-mentioned in it, or explicitly follow it — and can unfollow to stop. Useful in busy conversations where users only want updates on threads they are part of. -- **Notify when my message is quoted** *(quoted replies only)* — the sender of the original message is notified whenever someone quote-replies (swipe-to-reply) to their message, independent of threads or mentions. +- **Notify for subscribed threads** — the user is notified only about replies in threads they have *subscribed* to, so busy conversations stay quiet and people hear only about the threads they are part of. A user is subscribed automatically when they start a thread, reply in it, or are @-mentioned in it, and can also subscribe or unsubscribe to any thread manually. +- **Notify when my message is quoted** *(quoted replies only)* — the user is notified whenever someone quote-replies (swipe-to-reply) to a message they sent, even when it is not in a subscribed thread and does not @-mention them. -Both options apply to **group** and **one-on-one** conversations, across **push, email, and SMS**. +Both options are available for **group** and **one-on-one** conversations and work across **push, email, and SMS**. From 42ba07a1add84e7834a850ce8250e8ea9c9cf3a8 Mon Sep 17 00:00:00 2001 From: "shardul.cometchat" Date: Fri, 14 Aug 2026 18:36:45 +0530 Subject: [PATCH 3/4] docs(notifications): restore original explainer, reword the subscribe clause --- notifications/preferences.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/notifications/preferences.mdx b/notifications/preferences.mdx index 060e3076a..72e9af10a 100644 --- a/notifications/preferences.mdx +++ b/notifications/preferences.mdx @@ -61,12 +61,12 @@ As the name suggests, these preferences help you to configure Notifications for | | A member's scope changes | • **Don't notify (Default)**
• Notify | • **Yes (Default)**
• No | -**About the two reply options** +**Reply notification options** -- **Notify for subscribed threads** — the user is notified only about replies in threads they have *subscribed* to, so busy conversations stay quiet and people hear only about the threads they are part of. A user is subscribed automatically when they start a thread, reply in it, or are @-mentioned in it, and can also subscribe or unsubscribe to any thread manually. -- **Notify when my message is quoted** *(quoted replies only)* — the user is notified whenever someone quote-replies (swipe-to-reply) to a message they sent, even when it is not in a subscribed thread and does not @-mention them. +- **Notify for subscribed threads** — the user is notified about new replies only in threads they are *subscribed* to. A user becomes subscribed to a thread by sending its parent message, replying in it, being @-mentioned in it, or explicitly following it — and can unfollow to stop. Useful in busy conversations where users only want updates on threads they are part of. +- **Notify when my message is quoted** *(quoted replies only)* — the sender of the original message is notified whenever someone quote-replies (swipe-to-reply) to their message, independent of threads or mentions. -Both options are available for **group** and **one-on-one** conversations and work across **push, email, and SMS**. +Both options apply to **group** and **one-on-one** conversations, across **push, email, and SMS**. From 58cc942225952599bc314a42677dae8078b60487 Mon Sep 17 00:00:00 2001 From: "shardul.cometchat" Date: Tue, 18 Aug 2026 13:37:34 +0530 Subject: [PATCH 4/4] =?UTF-8?q?docs(notifications):=20address=20review=20?= =?UTF-8?q?=E2=80=94=20co-locate=20explainer=20on=20one-on-one=20table=20+?= =?UTF-8?q?=20symmetric=20'(new=20replies=20only)'=20tag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notifications/preferences.mdx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/notifications/preferences.mdx b/notifications/preferences.mdx index 72e9af10a..269b34c0f 100644 --- a/notifications/preferences.mdx +++ b/notifications/preferences.mdx @@ -63,7 +63,7 @@ As the name suggests, these preferences help you to configure Notifications for **Reply notification options** -- **Notify for subscribed threads** — the user is notified about new replies only in threads they are *subscribed* to. A user becomes subscribed to a thread by sending its parent message, replying in it, being @-mentioned in it, or explicitly following it — and can unfollow to stop. Useful in busy conversations where users only want updates on threads they are part of. +- **Notify for subscribed threads** *(new replies only)* — the user is notified only about replies in threads they are *subscribed* to. A user becomes subscribed to a thread by sending its parent message, replying in it, being @-mentioned in it, or explicitly following it — and can unfollow to stop. Useful in busy conversations where users only want updates on threads they are part of. - **Notify when my message is quoted** *(quoted replies only)* — the sender of the original message is notified whenever someone quote-replies (swipe-to-reply) to their message, independent of threads or mentions. Both options apply to **group** and **one-on-one** conversations, across **push, email, and SMS**. @@ -373,6 +373,15 @@ As the name suggests, these preferences help you to configure Notifications for | | Message is deleted | • Don't notify
• **Notify (Default)** | • Yes
• **No (Default)** | | | Message receives a reaction | • Don't notify
• Notify for reactions received on all messages
• **Notify for reactions received on own messages (Default)** | • **Yes (Default)**
• No | + +**Reply notification options** + +- **Notify for subscribed threads** *(new replies only)* — the user is notified only about replies in threads they are *subscribed* to. A user becomes subscribed to a thread by sending its parent message, replying in it, being @-mentioned in it, or explicitly following it — and can unfollow to stop. Useful in busy conversations where users only want updates on threads they are part of. +- **Notify when my message is quoted** *(quoted replies only)* — the sender of the original message is notified whenever someone quote-replies (swipe-to-reply) to their message, independent of threads or mentions. + +Both options apply to **group** and **one-on-one** conversations, across **push, email, and SMS**. + + Regarding Message edited & Message deleted events