Skip to content

Commit 78e1d9c

Browse files
committed
Include Run-URL in push message
1 parent da7eb31 commit 78e1d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/Model/Email.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ private function execPushNotifications() {
508508
'publicKey' => $row['p256dh'],
509509
'authToken' => $row['auth']
510510
]),
511-
'payload' => 'Formr: Bitte Fragebogen ausfüllen!'
511+
'payload' => '{msg: "Please continue your survey!", url: "' . run_url($this->run->name) . '"}'
512512
];
513513
}
514514

0 commit comments

Comments
 (0)