revert 9d8b96cb3
This commit is contained in:
parent
cc50b4f8d1
commit
046a126d1d
@ -6,8 +6,7 @@ class Api::V1::Timelines::PublicController < Api::BaseController
|
|||||||
respond_to :json
|
respond_to :json
|
||||||
|
|
||||||
def show
|
def show
|
||||||
# @statuses = load_statuses
|
@statuses = load_statuses
|
||||||
@statuses = []
|
|
||||||
render json: @statuses, each_serializer: REST::StatusSerializer, relationships: StatusRelationshipsPresenter.new(@statuses, current_user&.account_id)
|
render json: @statuses, each_serializer: REST::StatusSerializer, relationships: StatusRelationshipsPresenter.new(@statuses, current_user&.account_id)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user