From fca25fa1e4e5540238bcf79b33ba899b81a17c0b Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Mon, 23 Mar 2026 10:16:52 -0400 Subject: [PATCH] Add `tagged_objects` to reblog section of status association cache (#38334) --- app/models/status.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/status.rb b/app/models/status.rb index 79e9071402..9a69c0a8ba 100644 --- a/app/models/status.rb +++ b/app/models/status.rb @@ -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