Skip to content
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: events improvements #2630

Merged
merged 2 commits into from
Aug 5, 2023
Merged

fix: events improvements #2630

merged 2 commits into from
Aug 5, 2023

Commits on Aug 3, 2023

  1. fix: events improvements

    remove enable from emit function which causes unnecessary dialogue open
    post message only for webln enabled pages, so that malicious pages doesn't listen to such events
    this also results in emitting the event only when we are on webln enabled page
    signed-off-by: pavan joshi <[email protected]>
    pavanjoshi914 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    89e9494 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. feat: send messages to all the tabs including inactive ones

    send messaged only to the target origin
    signed-off-by: pavan joshi <[email protected]>
    pavanjoshi914 committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    b6beda0 View commit details
    Browse the repository at this point in the history