fix(chat): return formatted body to show smileys
This commit is contained in:
parent
423c8d3f53
commit
5d31532cbb
|
@ -54,5 +54,5 @@ function smilify(body) {
|
|||
}
|
||||
}
|
||||
|
||||
return body;
|
||||
return formattedBody;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue