Added text emoticons to autocomplete (#3312)

Этот коммит содержится в:
Harrison Healey
2016-06-15 08:02:22 -04:00
коммит произвёл Joram Wilander
родитель f6fc4bdbdb
Коммит 163d29f8fa
2 изменённых файлов: 24 добавлений и 5 удалений

Просмотреть файл

@@ -4,7 +4,7 @@
import Constants from './constants.jsx';
import emojis from './emoji.json';
const emoticonPatterns = {
export const emoticonPatterns = {
slightly_smiling_face: /(^|\s)(:-?\))(?=$|\s)/g, // :)
wink: /(^|\s)(;-?\))(?=$|\s)/g, // ;)
open_mouth: /(^|\s)(:o)(?=$|\s)/gi, // :o