Skip to content

Commit 62cf6bf

Browse files
author
Cihad Tekin
committed
[push] changed the property name from link to url for message buttons
1 parent de2cde7 commit 62cf6bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugins/push/api/send/platforms

plugins/push/api/send/platforms/h.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ const map = {
389389
*/
390390
buttons: function(t, buttons) {
391391
if (buttons) {
392-
t.result.data['c.b'] = buttons.map(b => ({t: b.title, l: b.link}));
392+
t.result.data['c.b'] = buttons.map(b => ({t: b.title, l: b.url}));
393393
}
394394
},
395395

0 commit comments

Comments
 (0)