push vibrate
This commit is contained in:
parent
f008ed2462
commit
c9d8be1a24
@ -346,7 +346,8 @@ class DBStorage(PushStorage):
|
||||
"subscription": subscription,
|
||||
"notification": {
|
||||
"notification": {
|
||||
"title": "New Message (V25PUSH)"
|
||||
"title": "New Message (V25PUSH)",
|
||||
"vibrate": [100, 50, 100],
|
||||
}
|
||||
}
|
||||
}), encoding='utf-8').returncode, "push subprocess failed"
|
||||
|
Loading…
Reference in New Issue
Block a user