Fixed issues with ExploreController, SortingQueryBuilder
• Fixed: - issues with ExploreController when no account exists - SortingQueryBuilder with correct status_stat path
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class Api::V1::Timelines::ExploreController < EmptyController
|
||||
class Api::V1::Timelines::ExploreController < Api::BaseController
|
||||
before_action :set_sort_type
|
||||
before_action :set_statuses
|
||||
|
||||
|
||||
Reference in New Issue
Block a user