fix(chat): return formatted body to show smileys

This commit is contained in:
Leonard Kim 2018-02-12 13:12:35 -08:00 committed by Дамян Минков
parent 423c8d3f53
commit 5d31532cbb
1 changed files with 1 additions and 1 deletions

View File

@ -54,5 +54,5 @@ function smilify(body) {
}
}
return body;
return formattedBody;
}