We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de2cde7 + 9f95993 commit a21229cCopy full SHA for a21229c
CHANGELOG.md
@@ -1,6 +1,7 @@
1
## Version 25.03.xx
2
Fixes:
3
- [web] Use Client Hints
4
+- [push] Fixed the property name by changing it from link to url for message buttons for Huawei messages
5
6
## Version 25.03.37
7
plugins/push/api/send/platforms/h.js
@@ -389,7 +389,7 @@ const map = {
389
*/
390
buttons: function(t, buttons) {
391
if (buttons) {
392
- t.result.data['c.b'] = buttons.map(b => ({t: b.title, l: b.link}));
+ t.result.data['c.b'] = buttons.map(b => ({t: b.title, l: b.url}));
393
}
394
},
395
0 commit comments