aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-talk/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nextcloud-talk/webview.js')
-rw-r--r--recipes/nextcloud-talk/webview.js2
1 files changed, 1 insertions, 1 deletions
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 => {
11 11
12 if (notificationWrapper) { 12 if (notificationWrapper) {
13 direct = notificationWrapper.querySelectorAll( 13 direct = notificationWrapper.querySelectorAll(
14 '.notification[object_type="chat"], .notification[object_type="room"', 14 '.notification[object_type="chat"], .notification[object_type="room"]',
15 ).length; 15 ).length;
16 } 16 }
17 17