aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/redditchat/webview.js
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-10-05 16:46:55 +0200
committerLibravatar GitHub <noreply@github.com>2021-10-05 16:46:55 +0200
commit2484c63d77e05fff384cc08b6ea46a29a22a62ec (patch)
tree21b8b74f1788407a4cfb13052160398f13424ac6 /recipes/redditchat/webview.js
parentAdd check to ensure that generated file 'user.js' is not present in default p... (diff)
downloadferdium-recipes-2484c63d77e05fff384cc08b6ea46a29a22a62ec.tar.gz
ferdium-recipes-2484c63d77e05fff384cc08b6ea46a29a22a62ec.tar.zst
ferdium-recipes-2484c63d77e05fff384cc08b6ea46a29a22a62ec.zip
chore: repo maintenance (#732)
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;