|
list = list.reduce((acc, i) => isString(i) ? [...acc, ...u.addEmoji(i)] : [...acc, i], []);
|
|
list = list.reduce((acc, i) => isString(i) ? [...acc, ...u.addEmoji(i)] : [...acc, i], []);
|
|
const addMentions = text => addMentionsMarkup(text, this.model.get('references'), this.model.collection.chatbox)
|
|
const addMentions = text => addMentionsMarkup(text, this.model.get('references'), this.model.collection.chatbox)
|