Skip to content

Commit

Permalink
Actually fetch interventions from client (#159)
Browse files Browse the repository at this point in the history
Fetches intervention list from the client when opening the popup
  • Loading branch information
lesleyjanenorton authored Dec 17, 2024
1 parent 79cb8f7 commit ec3fc18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ui/browserAction/popupPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ export class BrowserActionPopup extends LitElement {
requestIdleCallback(() => {
vpnController.postToApp("featurelist");
});
requestIdleCallback(() => {
vpnController.postToApp("interventions");
});
requestIdleCallback(() => {
telemetry.record("main_screen");
});
Expand Down

0 comments on commit ec3fc18

Please sign in to comment.