mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 15:58:50 +00:00
Better pagination for ActivityPub outbox (#7356)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user