-
Notifications
You must be signed in to change notification settings - Fork 873
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
Youtube media publishers now appear properly in Rewards panel #699
Conversation
Blocked on pending review of brave-intl/bat-native-ledger#151 and brave/brave-ui#225 |
components/brave_rewards/extension/brave_rewards/components/panel.tsx
Outdated
Show resolved
Hide resolved
"mpi.publisher_id = ai.publisher_id " | ||
"WHERE mpi.media_key=?")); | ||
std::string sql_str; | ||
if (use_as_publisher_key) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is part of regular publisher load, so we should just call that function if we need to
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing should change from regular publisher load as use_media_key
is an optional parameter. Should it still be split out to separate?
Ok. I misunderstood. Will fix.
Updated logic for specifying favicon update for youtube showing right away in panel. Stabilized youtube media publisher panel Cleaning up debug lines Cleaned up redundant database functionality Removed unused logic
Created follow up for youtube custom path publishers: brave/brave-browser#1886 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
++
Youtube media publishers now appear properly in Rewards panel
Youtube media publishers now appear properly in Rewards panel
Resolves: brave/brave-browser#1282
Ledger implementation: brave-intl/bat-native-ledger#151
UI implementation: brave/brave-ui#225
Submitter Checklist:
npm test brave_unit_tests && npm test brave_browser_tests
) ongit rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist: