We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9838f96 + 2d330db commit cc626b4Copy full SHA for cc626b4
src/service-worker/ServiceWorker.ts
@@ -346,6 +346,7 @@ export class ServiceWorker {
346
content: rawNotification.alert,
347
data: rawNotification.custom.a,
348
url: rawNotification.custom.u,
349
+ rr: rawNotification.custom.rr, // received receipts
350
icon: rawNotification.icon,
351
image: rawNotification.image,
352
tag: rawNotification.tag,
0 commit comments