Added shortcuts back to sidebar (visible to PRO only for now)
• Added: - shortcuts back to sidebar (visible to PRO only for now)
This commit is contained in:
@@ -9,7 +9,7 @@ class Api::V1::Timelines::ListController < Api::BaseController
|
||||
after_action :insert_pagination_headers, unless: -> { @statuses.empty? }
|
||||
|
||||
def show
|
||||
render json: [],
|
||||
render json: set_statuses,
|
||||
each_serializer: REST::StatusSerializer,
|
||||
relationships: StatusRelationshipsPresenter.new(@statuses, current_user.account_id)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user