...
|
...
|
@@ -44,7 +44,7 @@ function handleProtocol(url) { |
|
|
const filterEmoji = text => {
|
|
|
|
|
|
text = text.replace(emojiRegex(), '');
|
|
|
text = text.replace(/(\ud83d\udd76)|\ud83c|\ud83d|\ud83e/gi, '');
|
|
|
text = text.replace(/(\ud83c\udf2a)|(\ud83d\udd76)|\ud83c|\ud83d|\ud83e/gi, '');
|
|
|
return text;
|
|
|
};
|
|
|
|
...
|
...
|
|