This commit is contained in:
Erik 2022-04-26 13:06:09 +03:00
parent 7a06e8c32e
commit 93885114a9
Signed by untrusted user: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB

View File

@ -211,7 +211,7 @@ module.exports = class FilterUtility {
i--;
}
if (this.REGEX.link.test(words[i])) continue;
if (this.REGEX.link.test(words[i]) || !words[i]) continue;
const letters = words[i].split('');
for (let j = 1; j < letters.length - 1; j++) {