about summary refs log tree commit diff
path: root/app/presenters
diff options
context:
space:
mode:
authorOndřej Hruška <ondra@ondrovo.com>2017-07-17 20:03:57 +0200
committerOndřej Hruška <ondra@ondrovo.com>2017-07-17 20:03:57 +0200
commitc727eae4412ac9e4f1bafdc68fe89dcd46d602ca (patch)
treeee7ce8662f6a91c87cf46bf6de70dae66556c0d0 /app/presenters
parentd0aad1ac854eaa53f9b7d38cc8dd90e289790629 (diff)
parent681c33d1f4c395742918eb66f2db979b0d628118 (diff)
Updated from tootsuite
Diffstat (limited to 'app/presenters')
-rw-r--r--app/presenters/activitypub/collection_presenter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/presenters/activitypub/collection_presenter.rb b/app/presenters/activitypub/collection_presenter.rb
index 6bae2955e..631d87cd0 100644
--- a/app/presenters/activitypub/collection_presenter.rb
+++ b/app/presenters/activitypub/collection_presenter.rb
@@ -1,5 +1,5 @@
 # frozen_string_literal: true
 
 class ActivityPub::CollectionPresenter < ActiveModelSerializers::Model
-  attributes :id, :type, :current, :size, :items
+  attributes :id, :type, :size, :items
 end