From 3c455ffd71c58e44b2a7f6c51bd9343d78c4edde Mon Sep 17 00:00:00 2001 From: Feiko Joosten Date: Tue, 21 Apr 2020 20:12:58 +0200 Subject: Fixes notifications for WhatsApp (#120) - Fixes an issue where whatsapp doesn't properly detect notifications. - Added support for indirect notifications (muted chats) --- uncompressed/whatsapp/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'uncompressed/whatsapp/package.json') 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 @@ { "id": "whatsapp", "name": "WhatsApp", - "version": "2.0.0", + "version": "2.0.1", "description": "WhatsApp", "main": "index.js", "author": "Stefan Malzner ", @@ -9,6 +9,8 @@ "config": { "serviceURL": "https://web.whatsapp.com", "hasNotificationSound": true, + "hasDirectMessages": true, + "hasIndirectMessages": true, "disablewebsecurity": true } } -- cgit v1.2.3-70-g09d2