Merge commit '36631e40cc' into kb_migration

This commit is contained in:
KMY 2023-04-26 11:39:42 +09:00
commit 9461db713b
40 changed files with 165 additions and 36 deletions

View file

@ -8,6 +8,7 @@ class Api::V1::Statuses::RebloggedByAccountsController < Api::BaseController
after_action :insert_pagination_headers
def index
cache_if_unauthenticated!
@accounts = load_accounts
render json: @accounts, each_serializer: REST::AccountSerializer
end