Possible fix for home timeline

This commit is contained in:
Fosco Marotto 2021-02-10 11:02:54 -05:00
parent cacfb6e7ba
commit 65d8c7ee86

@ -1,7 +1,6 @@
# frozen_string_literal: true
class Api::V1::Timelines::HomeController < Api::BaseController
before_action -> { doorkeeper_authorize! :read, :'read:statuses' }, only: [:show]
before_action :require_user!, only: [:show]
after_action :insert_pagination_headers, unless: -> { @statuses.empty? }