diff --git a/js/dom-functions.js b/js/dom-functions.js index ef99ee7..a91d7dc 100644 --- a/js/dom-functions.js +++ b/js/dom-functions.js @@ -1802,7 +1802,7 @@ function addToFeed(feed, after, extraClasses, isReply) { if($('#q-' + obj.id).length == 0) { // activity get special design - if(obj.source == 'activity') { + if(obj.source == 'activity' || obj.is_activity === true) { var queetTime = parseTwitterDate(obj.created_at); var queetHtml = '
' + $.trim(obj.statusnet_html) + '
';