From c4c1bee8807e3548ff1f2b231a3cca647d9e8a62 Mon Sep 17 00:00:00 2001
From: Jeong Arm <kjwonmail@gmail.com>
Date: Sat, 12 Nov 2022 05:24:10 +0900
Subject: [PATCH] Fix trendable status without review (#20214)

---
 app/models/account.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/models/account.rb b/app/models/account.rb
index cc3a8f3df4..fc7359cfc4 100644
--- a/app/models/account.rb
+++ b/app/models/account.rb
@@ -256,7 +256,7 @@ class Account < ApplicationRecord
     update!(memorial: true)
   end
 
-  def trendable
+  def trendable?
     boolean_with_default('trendable', Setting.trendable_by_default)
   end
 
-- 
GitLab