From 7517a409a1a502c747eb4598492a88cec4e8d58c Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 19 Sep 2021 07:26:25 +0530 Subject: fix: fix js error; styling --- 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 553376c..445780d 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.1.0", + "version": "1.1.1", "license": "MIT", "config": { "hasNotificationSound": true, diff --git a/recipes/nextcloud-talk/webview.js b/recipes/nextcloud-talk/webview.js index b368d7c..1b55203 100644 --- a/recipes/nextcloud-talk/webview.js +++ b/recipes/nextcloud-talk/webview.js @@ -3,7 +3,7 @@ const _path = _interopRequireDefault(require('path')); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } module.exports = Ferdi => { - const getMessages = function getMessages() { + const getMessages = () => { let direct = 0; const notificationWrapper = document.querySelector( '.notifications .notification-wrapper', -- cgit v1.2.3-54-g00ecf