Add tagged_objects to reblog section of status association cache (#38334)
This commit is contained in:
parent
3c47020f93
commit
fca25fa1e4
@ -185,6 +185,7 @@ class Status < ApplicationRecord
|
||||
preview_cards_status: { preview_card: { author_account: [:account_stat, user: :role] } },
|
||||
account: [:account_stat, user: :role],
|
||||
active_mentions: :account,
|
||||
tagged_objects: :object,
|
||||
],
|
||||
thread: :account
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user