aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/redditchat/webview.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/redditchat/webview.js')
-rw-r--r--recipes/redditchat/webview.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/redditchat/webview.js b/recipes/redditchat/webview.js
index 7000e53..14f7f6c 100644
--- a/recipes/redditchat/webview.js
+++ b/recipes/redditchat/webview.js
@@ -1,5 +1,6 @@
1module.exports = Ferdi => { 1module.exports = Ferdi => {
2 // Regular expression for (*) or (1), will extract the asterisk or the number 2 // Regular expression for (*) or (1), will extract the asterisk or the number
3 // eslint-disable-next-line no-useless-escape
3 const titleRegEx = /^\(([\*\d])\)/; 4 const titleRegEx = /^\(([\*\d])\)/;
4 const getMessages = function unreadCount() { 5 const getMessages = function unreadCount() {
5 let directCount = 0; 6 let directCount = 0;