diff --git a/js/twister_actions.js b/js/twister_actions.js index 8b5c081..0ce32f0 100644 --- a/js/twister_actions.js +++ b/js/twister_actions.js @@ -318,7 +318,7 @@ function processHashtag(postboard, hashtag, data) { } } - if(!postboard.children().length&&!_hashtagPendingPosts.length) + if(!postboard.children().length && !_hashtagPendingPosts.length && hashtag != defaultScreenName) postboard.closest("div").find(".no-posts-found-message").show(); if( _hashtagPendingPosts.length ) {