From c9d8be1a24c6e5da63da834b0a51c5b49927c009 Mon Sep 17 00:00:00 2001 From: timotheyca Date: Sun, 23 Aug 2020 00:09:52 +0300 Subject: [PATCH] push vibrate --- v25/storage/dbstorage.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v25/storage/dbstorage.py b/v25/storage/dbstorage.py index 5cfbcf1..2ad82fe 100644 --- a/v25/storage/dbstorage.py +++ b/v25/storage/dbstorage.py @@ -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"