Fix pinned statuses being shown in a featured hashtag (#9971)

This commit is contained in:
Eugen Rochko
2019-02-05 00:27:18 +01:00
committed by GitHub
parent e02a13f64e
commit 2557cb2f95
3 changed files with 3 additions and 3 deletions

View File

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