Fix incorrect hashtag message in user's mentions

This commit is contained in:
digital dreamer 2014-10-01 15:00:14 +02:00
parent 9ed93d5761
commit e3dd14fb77

View File

@ -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 ) {