This commit is contained in:
barisusakli
2014-09-02 16:01:45 -04:00
parent e495db3065
commit 6b39e328f5
3 changed files with 3 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ define('forum/chats', ['string', 'sounds'], function(S, sounds) {
if (Chats.isCurrentChat(data.withUid)) {
newMessage = data.self === 0;
data.message.self = data.self;
Chats.parseMessage(data.message, function(html) {
var newMessage = $(html);
newMessage.insertBefore(typingNotifEl);