From f7b0d26b15439aff3960d48f1cd1a05a522207c9 Mon Sep 17 00:00:00 2001 From: choelzl Date: Wed, 23 Feb 2022 20:46:32 +0100 Subject: [PATCH] WIP --- web/emotewall/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/emotewall/index.js b/web/emotewall/index.js index 902dc60..6d87f89 100644 --- a/web/emotewall/index.js +++ b/web/emotewall/index.js @@ -339,7 +339,7 @@ $(async function () { main(0); const handleEmoteData = (d) =>{ - let te = d.twitch, ce = d.custom.filter(e=> img_map[e]); + let te = d.twitch, ce = d.custom.map(e=>e.replace(/\s/g, '')).filter(e=> img_map[e]); if(!te || te.length == 0){ return ce; }else{