diff --git a/app/js/services.js b/app/js/services.js index 2229b39c..9610df7a 100755 --- a/app/js/services.js +++ b/app/js/services.js @@ -4148,7 +4148,7 @@ angular.module('myApp.services', ['myApp.i18n', 'izhukov.utils']) // console.log(3, text, html); if (emojiFound) { - text = text.replace(/\ufe0f|️/g, '', text); + text = text.replace(/\ufe0f|️|�|‍/g, '', text); text = text.replace(//g, ''); }