Skip to content
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

Document different Notification types and their expectations #2447

Open
Tracked by #2442
gnunicorn opened this issue Dec 19, 2024 · 0 comments
Open
Tracked by #2442

Document different Notification types and their expectations #2447

gnunicorn opened this issue Dec 19, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@gnunicorn
Copy link
Contributor

gnunicorn commented Dec 19, 2024

We currently have Notifications on:

  1. Message sent in Chat
  2. Invitation to Chat or Space
  3. Boost

We currently have three major distribution channels through, which Notifications go:

  1. NTFY, for all Desktop Notifications (that only happen, when the app is running)
  2. APNS, Apple Push Notifications Service, via Sygnal, for iOS. Note: this goes to the App's Dart code if the App is running at the time of receiving, but can also go to the Push Notifications Background Service, if the app is closed - in which case it only goes to the Swift Code
  3. Firebase, via Sygnal, for Android Notifications - always triggers the Dart code.
@github-project-automation github-project-automation bot moved this to Backlog in Product Dec 19, 2024
@gnunicorn gnunicorn added the documentation Improvements or additions to documentation label Dec 19, 2024
@gnunicorn gnunicorn moved this from Backlog to Next in Product Dec 19, 2024
@gnunicorn gnunicorn moved this from Next to In progress in Product Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: In progress
Development

No branches or pull requests

1 participant