|
@@ -178,11 +178,10 @@ class PushObject:
|
|
|
},
|
|
|
)
|
|
|
else:
|
|
|
- default_sound = True
|
|
|
result = push_service.notify_single_device(registration_id=token_val, message_title=msg_title,
|
|
|
message_body=msg_text, data_message=push_data,
|
|
|
click_action='android.intent.action.VIEW',
|
|
|
- extra_kwargs={'default_sound': default_sound,
|
|
|
+ extra_kwargs={'default_sound': True,
|
|
|
'default_vibrate_timings': True,
|
|
|
'default_light_settings': True,
|
|
|
},
|