From 56c083032883a03d6f9035e2c7826abc50a92a1d Mon Sep 17 00:00:00 2001 From: David Baker Date: Fri, 5 Jul 2019 10:32:33 +0100 Subject: [PATCH] Lint --- src/client.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/client.js b/src/client.js index ecfa98b7d..74b82a125 100644 --- a/src/client.js +++ b/src/client.js @@ -310,7 +310,9 @@ function MatrixClient(opts) { break; } - highlightCount += this.getPushActionsForEvent(event).tweaks.highlight ? 1 : 0; + highlightCount += this.getPushActionsForEvent( + event, + ).tweaks.highlight ? 1 : 0; } // Note: we don't need to handle 'total' notifications because the counts