Merge commit '15fd712464
' into kb_migration
This commit is contained in:
commit
3a1a6ba39e
289 changed files with 1339 additions and 1337 deletions
|
@ -29,7 +29,7 @@ class Api::V1::Statuses::EmojiReactionedByAccountsController < Api::BaseControll
|
|||
|
||||
def paginated_emoji_reactions
|
||||
EmojiReaction.paginate_by_max_id(
|
||||
limit_param(1000), #limit_param(DEFAULT_ACCOUNTS_LIMIT),
|
||||
limit_param(1000), # limit_param(DEFAULT_ACCOUNTS_LIMIT),
|
||||
params[:max_id],
|
||||
params[:since_id]
|
||||
)
|
||||
|
|
|
@ -9,8 +9,8 @@ class Api::V1::Statuses::EmojiReactionedByAccountsSlimController < Api::BaseCont
|
|||
def index
|
||||
@accounts = load_emoji_reactions
|
||||
|
||||
# TODO for serialize hash object
|
||||
#render json: @accounts, each_serializer: REST::EmojiReactedBySlimSerializer
|
||||
# TODO: for serialize hash object
|
||||
# render json: @accounts, each_serializer: REST::EmojiReactedBySlimSerializer
|
||||
|
||||
# Hide WIP api for hide account secret
|
||||
not_found
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue