@ -120,8 +120,7 @@ function postToElem(post, kind, promoted) {
@@ -120,8 +120,7 @@ function postToElem(post, kind, promoted) {
setPostCommon(elem,username,time);
msg=htmlFormatMsg(msg);
elem.find('.post-text').html(msg.html);
msg=fillElemWithTxt(elem.find('.post-text'),msg);// fillElemWithTxt() returns result of htmlFormatMsg(msg)
postData.attr('data-text-mentions',msg.mentions.join());// FIXME no idea why do we need this attribute since we don't use it but use data-reply-to instead
if(username!==defaultScreenName){
@ -232,7 +231,7 @@ function setPostReference(elem, rt, sig_rt) {
@@ -232,7 +231,7 @@ function setPostReference(elem, rt, sig_rt) {