about summary refs log tree commit diff
path: root/app/controllers/tags_controller.rb
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/controllers/tags_controller.rb
parentd0aad1ac854eaa53f9b7d38cc8dd90e289790629 (diff)
parent681c33d1f4c395742918eb66f2db979b0d628118 (diff)
Updated from tootsuite
Diffstat (limited to 'app/controllers/tags_controller.rb')
-rw-r--r--app/controllers/tags_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/tags_controller.rb b/app/controllers/tags_controller.rb
index 8bcce9e13..2cd85e185 100644
--- a/app/controllers/tags_controller.rb
+++ b/app/controllers/tags_controller.rb
@@ -23,7 +23,6 @@ class TagsController < ApplicationController
     ActivityPub::CollectionPresenter.new(
       id: tag_url(@tag),
       type: :ordered,
-      current: tag_url(@tag),
       size: @tag.statuses.count,
       items: @statuses.map { |s| ActivityPub::TagManager.instance.uri_for(s) }
     )