about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-11-12 10:47:36 +0100
committerClaire <claire.github-309c@sitedethib.com>2022-11-12 10:59:17 +0100
commit0d43d9926a811dbc14dd5526b179558847640218 (patch)
tree3080fd22db123999409d29e15fe25bca496f5ae5 /app
parent1ce29aeabfed586868cd32a1dfd480bdd5efa3d2 (diff)
Make trendable_by_default not apply to posts
Diffstat (limited to 'app')
-rw-r--r--app/models/account.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/account.rb b/app/models/account.rb
index ab8a65720..7059c555f 100644
--- a/app/models/account.rb
+++ b/app/models/account.rb
@@ -260,10 +260,6 @@ class Account < ApplicationRecord
     update!(memorial: true)
   end
 
-  def trendable
-    boolean_with_default('trendable', Setting.trendable_by_default)
-  end
-
   def sign?
     true
   end