-
Notifications
You must be signed in to change notification settings - Fork 309
Warn when haven't successfully sent notification token to server #323
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
Comments
One particularly important situation we'll want this to cover: in the coming months we hope to implement end-to-end encryption of push notifications, zulip/zulip#6954. When we do, we expect to include a setting where realm admins can say that E2E-encrypted push notifications are the only kind of push notification available — meaning that clients from before we implement the feature won't be able to receive push notifications. Because a large minority of users have the mobile app update only slowly (weeks or months after a new version is released), when that feature is new, enabling that setting will mean a large swath of users will stop getting push notifications. So it'd be valuable to have appropriate error-handling, and warnings to the user, out well before the feature itself, so that most of those users are at least on a version that has the error-handling and will tell them what's wrong. In particular, this means:
|
Hey @gnprice |
Good question. There isn't a design for this in Figma, and I think we won't necessarily have one before the app launch. So the approach I'd like to take for the design of this is:
From there we can iterate as we see things we'd like to change, but I think that will make an effective starting point. |
This is part of the notification troubleshooting screen, and warning banners leading to it, that we have on zulip-mobile. We should build something similar here.
The text was updated successfully, but these errors were encountered: