|
@@ -483,14 +483,13 @@ class DevicePushService:
|
|
|
"received_at": n_time, "sound": "sound.aif", "uid": uid, "zpush": "1", "channel": channel}
|
|
|
result = push_service.notify_single_device(registration_id=token_val, message_title=msg_title,
|
|
|
message_body=msg_text, data_message=data,
|
|
|
- click_action='android.intent.action.VIEW',
|
|
|
extra_kwargs={
|
|
|
'default_vibrate_timings': True,
|
|
|
'default_sound': True,
|
|
|
'default_light_settings': True
|
|
|
},
|
|
|
extra_notification_kwargs={
|
|
|
- 'android_channel_id': 1
|
|
|
+ 'click_action': 'android.intent.action.VIEW'
|
|
|
}
|
|
|
)
|
|
|
return result
|