Do you want live notifications when people reply to your posts?

I’m sure this is a very basic question, but please could you explain:

  • who this is shown to
  • who it affects
  • what it affects?

For example:
Is it only shown to admins and until it is enabled, no one gets notifications for private messages or mentions or anything?

Or is it shown to every user and until they enable it they personally won’t get any Discourse notifications?

Or is it related to the category or topic it appears above and only affect replies to that topic / within that category?

1 Like

This is show to

  • users who are in a logged in session
  • who have at least authored one post
  • are browsing from devices who support web push notifications
  • have not dismissed this banner or blocked the browser permission previously on this device

Source code is

https://github.com/discourse/discourse/blob/7a2e8d3ead63c7d99e1069fc7823e933f931ba85/app/assets/javascripts/discourse/app/components/notification-consent-banner.js#L19-L43

4 Likes

Oh it’s about web notifications… So nothing to do with email notifications?

2 Likes

Yes, it is about Push Notifications via browsers. Email notifications are enabled by default on sign up.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.