Fixed channel posts

Closes #1248
This commit is contained in:
Igor Zhukov 2016-10-10 16:56:22 +03:00
parent 0e531b27a9
commit 125153f767

View File

@ -193,7 +193,7 @@ angular.module('myApp.directives', ['myApp.filters'])
$('.im_message_text', element).hide()
return
}
var html = AppMessagesManager.wrapMessageText(message.id)
var html = AppMessagesManager.wrapMessageText(message.mid)
$('.im_message_text', element).html(html.valueOf())
}