Revert "Change "Allow trends without prior review" setting to include statuses (#17977)"

This reverts commit 546672e292.
This commit is contained in:
Claire
2022-10-02 18:11:46 +02:00
parent 4500504ec2
commit bfc539cfb4
8 changed files with 7 additions and 23 deletions

View File

@ -262,10 +262,6 @@ class Account < ApplicationRecord
update!(memorial: true)
end
def trendable
boolean_with_default('trendable', Setting.trendable_by_default)
end
def sign?
true
end