@@ -451,7 +451,8 @@ class DevicePushService:
"notification": {
"title": msg_title,
"content": msg_text,
- 'channel_id': channel_id
+ 'channel_id': channel_id,
+ 'action_parameters': extra_data
}
push_data = {
@@ -375,7 +375,8 @@ class PushObject: