about summary refs log tree commit diff
path: root/app/controllers/accounts_controller.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-02-05 00:27:18 +0100
committerGitHub <noreply@github.com>2019-02-05 00:27:18 +0100
commit2557cb2f9550f7ab0cd6e6f392642b5249589ed8 (patch)
tree92020ed6651cd43fef5bcb89ee0149d3cf7b7f4c /app/controllers/accounts_controller.rb
parente02a13f64e5c2c93fa73a67a4ce32a7d1df24760 (diff)
Fix pinned statuses being shown in a featured hashtag (#9971)
Diffstat (limited to 'app/controllers/accounts_controller.rb')
-rw-r--r--app/controllers/accounts_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/accounts_controller.rb b/app/controllers/accounts_controller.rb
index 6e3a23073..cbf1a8287 100644
--- a/app/controllers/accounts_controller.rb
+++ b/app/controllers/accounts_controller.rb
@@ -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