From 49d5402fffc66cebed3b3f226fc74b6a7788845e Mon Sep 17 00:00:00 2001 From: Ember Date: Fri, 22 Sep 2023 00:22:12 +1000 Subject: [PATCH] aaa --- app/models/status.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/status.rb b/app/models/status.rb index 4dac851a4d025f..6b9cfb6c50b3e6 100644 --- a/app/models/status.rb +++ b/app/models/status.rb @@ -287,7 +287,7 @@ def reactions(account = nil) end end - ActiveRecord::Associations::Preloader.new.preload(record: records, :custom_emoji) + ActiveRecord::Associations::Preloader.new(record: records, :custom_emoji) # records end