Add tagged_objects to reblog section of status association cache (#38334)

This commit is contained in:
Matt Jankowski
2026-03-23 10:16:52 -04:00
committed by GitHub
parent 3c47020f93
commit fca25fa1e4

View File

@@ -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