fix(chat): return formatted body to show smileys

This commit is contained in:
Leonard Kim
2018-02-12 15:34:21 -07:00
committed by Дамян Минков
parent 423c8d3f53
commit 5d31532cbb
+1 -1
View File
@@ -54,5 +54,5 @@ function smilify(body) {
}
}
return body;
return formattedBody;
}