Fix pinned statuses being shown in a featured hashtag (#9971)
This commit is contained in:
parent
e02a13f64e
commit
2557cb2f95
3 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ class Settings::FeaturedTagsController < Settings::BaseController
|
|||
end
|
||||
|
||||
def set_featured_tags
|
||||
@featured_tags = current_account.featured_tags.reject(&:new_record?)
|
||||
@featured_tags = current_account.featured_tags.order(statuses_count: :desc).reject(&:new_record?)
|
||||
end
|
||||
|
||||
def set_most_used_tags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue