push vibrate

This commit is contained in:
AF 2020-08-23 00:09:52 +03:00
parent f008ed2462
commit c9d8be1a24

View File

@ -346,7 +346,8 @@ class DBStorage(PushStorage):
"subscription": subscription, "subscription": subscription,
"notification": { "notification": {
"notification": { "notification": {
"title": "New Message (V25PUSH)" "title": "New Message (V25PUSH)",
"vibrate": [100, 50, 100],
} }
} }
}), encoding='utf-8').returncode, "push subprocess failed" }), encoding='utf-8').returncode, "push subprocess failed"