-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Fix user earns while native Windows notifications are suppressed #3651
Comments
Originally tracked in #2548. |
This is possible on: iOS/macOS using Windows 10 using 'get_Setting:', for further information see https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/send-local-toast-desktop-cpp-wrl and https://docs.microsoft.com/en-us/uwp/api/windows.ui.notifications.notificationsetting. Where
|
Cross Platform Notifications document available at https://docs.google.com/document/d/1JOf26TyIYSZuTNuyc8jDexf7CHyKBCx5ySocaK6fzc4/edit#heading=h.8ihq2tcf777h |
I ran into this issue on Mac too BTW, on Mac, like Slack do, it might be an idea to keep the Ad notification persistent in the notification area so users can see them again. |
Quick QA note: Please make sure that |
We have removed the change for macOS which will be fixed as part of another issue |
removed |
Verification passed on
Clean profile:
Upgrade profile:
Verification passed on
|
@tmancey Apart from this check rest other checks are validated from brave/brave-core#3084. Can you explain what is manifest? |
Description
When notifications are disabled for the browser, ad notifications still register as having been displayed and the user is able to earn BAT in spite of never having seen a notification or ad.
Steps to Reproduce
Actual result:
The browser believes it is showing ad notifications from time to time.
Expected result:
The browser ceases to show notifications, or is aware that they aren't visible.
Reproduces how often:
Easily.
Brave version (brave://version info)
0.63.4
Reproducible on current release:
Ads only enabled in Developer build at the moment.
The text was updated successfully, but these errors were encountered: