From d1a9f0d9bf3eaee4f2a527cc3f70d2cd9f6e08d0 Mon Sep 17 00:00:00 2001 From: Jürgen Haas Date: Tue, 21 Jun 2022 01:55:23 +0200 Subject: Nextcloud-Talk has missing character in selector (#64) Fixes #63 --- recipes/nextcloud-talk/package.json | 2 +- recipes/nextcloud-talk/webview.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/nextcloud-talk') diff --git a/recipes/nextcloud-talk/package.json b/recipes/nextcloud-talk/package.json index 9933228..ac55283 100644 --- a/recipes/nextcloud-talk/package.json +++ b/recipes/nextcloud-talk/package.json @@ -1,7 +1,7 @@ { "id": "nextcloud-talk", "name": "Nextcloud Talk", - "version": "1.3.0", + "version": "1.3.1", "license": "MIT", "config": { "hasNotificationSound": true, diff --git a/recipes/nextcloud-talk/webview.js b/recipes/nextcloud-talk/webview.js index 96681f6..1ae3783 100644 --- a/recipes/nextcloud-talk/webview.js +++ b/recipes/nextcloud-talk/webview.js @@ -11,7 +11,7 @@ module.exports = Ferdium => { if (notificationWrapper) { direct = notificationWrapper.querySelectorAll( - '.notification[object_type="chat"], .notification[object_type="room"', + '.notification[object_type="chat"], .notification[object_type="room"]', ).length; } -- cgit v1.2.3-54-g00ecf