mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-03-12 13:31:14 +00:00
Fix incorrect hashtag message in user's mentions
This commit is contained in:
parent
9ed93d5761
commit
e3dd14fb77
@ -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 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user