mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Add tagged_objects to reblog section of status association cache (#38334)
This commit is contained in:
@@ -185,6 +185,7 @@ class Status < ApplicationRecord
|
|||||||
preview_cards_status: { preview_card: { author_account: [:account_stat, user: :role] } },
|
preview_cards_status: { preview_card: { author_account: [:account_stat, user: :role] } },
|
||||||
account: [:account_stat, user: :role],
|
account: [:account_stat, user: :role],
|
||||||
active_mentions: :account,
|
active_mentions: :account,
|
||||||
|
tagged_objects: :object,
|
||||||
],
|
],
|
||||||
thread: :account
|
thread: :account
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user