about summary refs log tree commit diff
path: root/app/presenters
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-11-30 17:29:44 +0100
committerThibaut Girka <thib@sitedethib.com>2019-11-30 17:29:44 +0100
commit2b7158427f5a80728dfc04913a4d7a78471a1703 (patch)
tree4d55c1f3502880bb0f20cd1daab081a8685d0f0c /app/presenters
parent93b8aec7b7cd6af1b6ef6385cfe138fb32dee6e9 (diff)
parentb532ead798c481fd03be9eb78e910d62654cdaa8 (diff)
Merge branch 'master' into glitch-soc/merge-upstream
Diffstat (limited to 'app/presenters')
-rw-r--r--app/presenters/status_relationships_presenter.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/presenters/status_relationships_presenter.rb b/app/presenters/status_relationships_presenter.rb
index 64e688d87..3cc905a75 100644
--- a/app/presenters/status_relationships_presenter.rb
+++ b/app/presenters/status_relationships_presenter.rb
@@ -1,7 +1,8 @@
 # frozen_string_literal: true
 
 class StatusRelationshipsPresenter
-  attr_reader :reblogs_map, :favourites_map, :mutes_map, :pins_map
+  attr_reader :reblogs_map, :favourites_map, :mutes_map, :pins_map,
+              :bookmarks_map
 
   def initialize(statuses, current_account_id = nil, **options)
     if current_account_id.nil?