|
|
@ -8,8 +8,6 @@ class Api::V1::StatusesController < Api::BaseController
|
|
|
|
before_action :require_user!, except: [:show, :context]
|
|
|
|
before_action :require_user!, except: [:show, :context]
|
|
|
|
before_action :set_status, only: [:show, :context]
|
|
|
|
before_action :set_status, only: [:show, :context]
|
|
|
|
|
|
|
|
|
|
|
|
respond_to :json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# This API was originally unlimited, pagination cannot be introduced without
|
|
|
|
# This API was originally unlimited, pagination cannot be introduced without
|
|
|
|
# breaking backwards-compatibility. Arbitrarily high number to cover most
|
|
|
|
# breaking backwards-compatibility. Arbitrarily high number to cover most
|
|
|
|
# conversations as quasi-unlimited, it would be too much work to render more
|
|
|
|
# conversations as quasi-unlimited, it would be too much work to render more
|
|
|
|