0
0
Fork 0

Better pagination for ActivityPub outbox (#7356)

This commit is contained in:
Eugen Rochko 2018-05-04 19:19:11 +02:00 committed by GitHub
parent d181aad033
commit 2c1f7b2ece
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 50 additions and 12 deletions

View file

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