We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1230993 commit 1439988Copy full SHA for 1439988
2 files changed
src/chat/interface/sw.js
@@ -34,6 +34,7 @@ var pushPromptCloseButtonNoShow = elements.getGPId("pushPromptCloseButtonNoShow"
34
activatePushButton.textContent = "Now click the *real* allow button!";
35
try{
36
await notify.requestPermission();
37
+ activatePushButton.textContent = "Subscribing to push notifications...";
38
await accountHelper.pushNotificationHelper.subscribe(true);
39
activatePushDialog.hidden = true;
40
dialogs.alert("Registered push notification subscription successfully!");
wpstatic/version.json
@@ -1 +1 @@
1
-{"timestamp":"1770737157769"}
+{"timestamp":"1770737247157"}
0 commit comments