about summary refs log tree commit diff
path: root/app/presenters
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-11-30 18:13:53 +0100
committerGitHub <noreply@github.com>2019-11-30 18:13:53 +0100
commit7f6315841c98a1eee6cb57171a91a88f5c5343df (patch)
tree02bc3eae22390ba267410c3e134067669ad3c805 /app/presenters
parent93b8aec7b7cd6af1b6ef6385cfe138fb32dee6e9 (diff)
parentb509b8812a8f08f59f3b0303f7d8e98de86e3590 (diff)
Merge pull request #1249 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
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?