Merge remote-tracking branch 'tootsuite/master' into glitchsoc/master

This commit is contained in:
Jenkins
2018-05-04 18:17:32 +00:00
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