0
0
Fork 0

Remove useless respond_to calls (#13208)

This commit is contained in:
Eugen Rochko 2020-03-06 01:29:38 +01:00 committed by GitHub
parent 39453de232
commit 0ae5c6312f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
47 changed files with 0 additions and 95 deletions

View file

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