-
Notifications
You must be signed in to change notification settings - Fork 120
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
Silent unexpected notifications #1114
Comments
These are all the types that the SDK may return (of course not all of them are going to trigger a push notification), I am adding a //handled comment nearby all the ones we handle with a specific notification. In case for some of these we instead want to do a filter instead of displaying the generic we should annotate that. Events from the SDK
By the way this is the generic notification: |
Summary of chat discussions:
|
This is technically already in the app but has been disabled for now until we fix this issue described here: Will open an issue on the Matrix Rust SDK |
We already have the com.apple.developer.usernotifications.filtering entitlement. We now need to use it to silent unexpected notifications following (Apple doc).
The text was updated successfully, but these errors were encountered: