0
0
Fork 0

Use OrderedCollectionPage to return followers/following list (#4949)

This commit is contained in:
nullkal 2017-09-19 23:37:06 +09:00 committed by Eugen Rochko
parent 0401a24558
commit 7d16bb379d
4 changed files with 61 additions and 12 deletions

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
class ActivityPub::CollectionPresenter < ActiveModelSerializers::Model
attributes :id, :type, :size, :items
attributes :id, :type, :size, :items, :part_of, :first, :next, :prev
end