diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-11-12 10:47:36 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-11-12 10:59:17 +0100 |
commit | 0d43d9926a811dbc14dd5526b179558847640218 (patch) | |
tree | 3080fd22db123999409d29e15fe25bca496f5ae5 | |
parent | 1ce29aeabfed586868cd32a1dfd480bdd5efa3d2 (diff) |
Make trendable_by_default not apply to posts
-rw-r--r-- | app/models/account.rb | 4 |
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 |