-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add a "manual refresh" button to fetch a new version of the verified publishers list, on demand #3339
Comments
Another +1 from community: https://community.brave.com/t/verified-channel-not-showing-as-verified-in-browser/44763/3?u=chriscat
|
+1 from Reddit: https://www.reddit.com/r/BATProject/comments/atjkxg/delay_period_after_verification_one_suggestion/
|
Note for triage: 65% of my day is spent handling cases related to this issue. This will only increase as more publishers verify (charts on batgrowth.com show an accelerating curve). Even with the 24h update now live, downloading of the Again, this has material consequences for publishers because of the new client-side tipping flow for unverified channels. If there were a button to simply refresh the |
cc: @jsecretan for prioritization |
currently blocked on new settings dialog for rewards |
@jenn-rhim can we get this prioritized for @NejcZdovc from a design perspective. |
@bradleyrichter @jenn-rhim should we should only this when publisher is unverified? |
@NejcZdovc non-verified only. (not yet verified) |
Fix spacing Address PR comments Moving callback to api Updates mounting state lint fixes Updating publisher persist Addresses PR comments lint Updated brave-ui hash Fixing merge fixing merge fixing merge fixing merge Moving function fixing merge fixing merge update brave-ui Address PR comments unbumping Update type name
Fix spacing Address PR comments Moving callback to api Updates mounting state lint fixes Updating publisher persist Addresses PR comments lint Updated brave-ui hash Fixing merge fixing merge fixing merge fixing merge Moving function fixing merge fixing merge update brave-ui Address PR comments unbumping Update type name
Verified passed with
Verification passed on
Verification passed on
|
Description and motivation for feature request
At the moment, the browser updates the verified
publishers_list
file only once per 48 hours. (In an upcoming release, this will be reduced to 24h). However, this fetching process has been error-prone and can be interrupted by regular use of the browser. There have been a high number of reports of thepublishers_list
becoming stale and failing to update on schedule.Furthermore, given the new flow for tips to unverified creators, time-to-browser-side-verification-status has become especially important to publishers, as verification status now has material—i.e., financial—ramifications for publishers. (E.g., Tips may be delayed or not sent due to browser-side unverified status.) Providing more ways to stay up to date with the verified publishers list will help, in addition to being satisfying for publishers who just verified their channels and would like to be reassured of their verification status browser-side.
The current workaround solution requires the user to manually rename, move or delete the
publishers_list
file from theirbrave-browser/default
folder. However, this is beyond the ken of many mainstream users, and like all "workarounds", is fundamentally unsustainable. Overall, stalepublishers_list
issues have imposed a substantial tax on the support teams.Solution
Add a button in the browser that forces the browser to download a new version of the
publishers_list
from the appropriate API endpoint (e.g., https://publishers.basicattentiontoken.org/api/v1/public/channels). Users can manually click this button to refresh their verification list.Community support for feature
This has been brought up internally, and has also received support in the community. See, for example, https://community.brave.com/t/add-setting-to-refresh-list-of-verified-sites/44924.
The text was updated successfully, but these errors were encountered: