From: Yamagishi Kazutoshi Date: Wed, 1 Aug 2018 15:57:02 +0000 (+0900) Subject: Do not show pinned toots when min_id is set (#8111) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=4da03a298a20e5007718764483544593556a5ed4;p=mastodon.git Do not show pinned toots when min_id is set (#8111) --- diff --git a/app/controllers/accounts_controller.rb b/app/controllers/accounts_controller.rb index d63363156..86e3b6e47 100644 --- a/app/controllers/accounts_controller.rb +++ b/app/controllers/accounts_controller.rb @@ -51,7 +51,7 @@ class AccountsController < ApplicationController private def show_pinned_statuses? - [replies_requested?, media_requested?, params[:max_id].present?, params[:since_id].present?].none? + [replies_requested?, media_requested?, params[:max_id].present?, params[:min_id].present?].none? end def filtered_statuses