1
0
Fork 0
forked from gitea/nas

Fix: タイムライン読み込み時のN+1問題 (#433)

This commit is contained in:
KMY(雪あすか) 2024-01-09 09:57:47 +09:00 committed by GitHub
parent 7ee9efd6f2
commit 616d0c5267
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 4 deletions

View file

@ -185,6 +185,7 @@ class Status < ApplicationRecord
:tags,
:preloadable_poll,
:reference_objects,
:references,
:scheduled_expiration_status,
preview_cards_status: [:preview_card],
account: [:account_stat, user: :role],