-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable group notifications #18
Comments
This would have quite a few technical implications though:
Overall, this would not be a reliant way to reach everybody since, when posting the Another problem is that service workers run without you being on that website, so notifications would be instant even if a user isn’t actually on chat right now. This might be undesirable and might introduce a need to have a “do not disturb” mode, or ensure that pings only come through when you’re actually on SO (which could be tricky, and require some queueing system if you want to make sure that pings are ultimately seen by everyone). I have an alternative idea that ultimately won’t solve all these problems but is technically less complex, so it’s overall a bit simpler: Have a separate chat room
|
Doesn't rabbit already have a server component? If there were a browser extension necessary for using it too, it would be easy to check for chat being open or not. Although I like the idea of just using SO Chat for signaling. |
Rabbit could detect
@room-owners
(and possibly other, custom groups) and use service worker push notifications to notify us.The text was updated successfully, but these errors were encountered: