aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/whatsapp/package.json
diff options
context:
space:
mode:
authorLibravatar Feiko Joosten <feiko_joosten@hotmail.com>2020-04-21 20:12:58 +0200
committerLibravatar GitHub <noreply@github.com>2020-04-21 18:12:58 +0000
commit3c455ffd71c58e44b2a7f6c51bd9343d78c4edde (patch)
treef92e40451cb13c9127592d6b013d0f95a1ad12a8 /uncompressed/whatsapp/package.json
parentFixes notifications for Steamchat (#121) (diff)
downloadferdium-recipes-3c455ffd71c58e44b2a7f6c51bd9343d78c4edde.tar.gz
ferdium-recipes-3c455ffd71c58e44b2a7f6c51bd9343d78c4edde.tar.zst
ferdium-recipes-3c455ffd71c58e44b2a7f6c51bd9343d78c4edde.zip
Fixes notifications for WhatsApp (#120)
- Fixes an issue where whatsapp doesn't properly detect notifications. - Added support for indirect notifications (muted chats)
Diffstat (limited to 'uncompressed/whatsapp/package.json')
-rw-r--r--uncompressed/whatsapp/package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/uncompressed/whatsapp/package.json b/uncompressed/whatsapp/package.json
index 210e8d1..49afab1 100644
--- a/uncompressed/whatsapp/package.json
+++ b/uncompressed/whatsapp/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "whatsapp", 2 "id": "whatsapp",
3 "name": "WhatsApp", 3 "name": "WhatsApp",
4 "version": "2.0.0", 4 "version": "2.0.1",
5 "description": "WhatsApp", 5 "description": "WhatsApp",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>", 7 "author": "Stefan Malzner <stefan@adlk.io>",
@@ -9,6 +9,8 @@
9 "config": { 9 "config": {
10 "serviceURL": "https://web.whatsapp.com", 10 "serviceURL": "https://web.whatsapp.com",
11 "hasNotificationSound": true, 11 "hasNotificationSound": true,
12 "hasDirectMessages": true,
13 "hasIndirectMessages": true,
12 "disablewebsecurity": true 14 "disablewebsecurity": true
13 } 15 }
14} 16}