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

Confirm that we have the same parameters as other clients use #2450

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

Confirm that we have the same parameters as other clients use #2450

gnunicorn opened this issue Dec 19, 2024 · 3 comments

Comments

@gnunicorn
Copy link
Contributor

gnunicorn commented Dec 19, 2024

like Element-X or Fluffy Chat have to ensure we don't miss any important parameters in the way to ensure notifications are visible.

Is there anything in the options or flags they use compared to what we have that could explain why our notifications sometimes go missing?

@gnunicorn
Copy link
Contributor Author

Fluffychat - for iOS just uses defaults and for linux has its own way of doing things, but on Android I've found a few things that indeed are different:

They are using the AndroidNotificationCategory.message on it:

https://github.com/krille-chan/fluffychat/blob/583bf5f2da7a492e121330c1151b510d8050561e/lib/utils/push_helper.dart#L251C15-L251C42

And mark them as highly important:

https://github.com/krille-chan/fluffychat/blob/583bf5f2da7a492e121330c1151b510d8050561e/lib/utils/push_helper.dart#L275-L276

@gnunicorn
Copy link
Contributor Author

Further Reading about Android Notifications from the Element-X team . Not all applies for us (we don't have a dedicated f-droid version without FCM support yet), but it shows the problems space and gives a good intro...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant