aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mattermost/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mattermost/webview.js')
-rw-r--r--recipes/mattermost/webview.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes/mattermost/webview.js b/recipes/mattermost/webview.js
index c69c370..1d2a39c 100644
--- a/recipes/mattermost/webview.js
+++ b/recipes/mattermost/webview.js
@@ -1,5 +1,3 @@
1"use strict";
2
3module.exports = Franz => { 1module.exports = Franz => {
4 const DIRECT_MESSAGES_INDIVIDUAL = '#sidebar-left .unread-title .DirectChannel__profile-picture'; 2 const DIRECT_MESSAGES_INDIVIDUAL = '#sidebar-left .unread-title .DirectChannel__profile-picture';
5 const DIRECT_MESSAGES_GROUP = '#sidebar-left .unread-title .status--group'; 3 const DIRECT_MESSAGES_GROUP = '#sidebar-left .unread-title .status--group';