From 5c2560428b1794ea5a2774605d90a4972e5a3965 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 11 Sep 2021 19:09:00 +0200 Subject: update WhatsApp webview.js for non-English locales (#680) * update webview.js for non-English locales the current implementation tries to get the message list parentChatElem through an element called "Chat list", which is not named that in non-English locales. As a replacement, I'm finding all div's with an aria-label attribute and then I choose the tallest one, which should usually be the chat list. --- all.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'all.json') diff --git a/all.json b/all.json index 8e6d722..f910519 100644 --- a/all.json +++ b/all.json @@ -1575,7 +1575,7 @@ "featured": true, "id": "whatsapp", "name": "WhatsApp", - "version": "3.3.1", + "version": "3.3.2", "icons": { "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/whatsapp/icon.svg" } -- cgit v1.2.3-54-g00ecf