0
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ class AccountsController < ApplicationController
private
def show_pinned_statuses?
[replies_requested?, media_requested?, params[:max_id].present?, params[:min_id].present?].none?
[replies_requested?, media_requested?, tag_requested?, params[:max_id].present?, params[:min_id].present?].none?
end
def filtered_statuses