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

This reverts commit bfc539cfb4.
This commit is contained in:
Claire
2022-11-12 10:17:22 +01:00
parent 6df9d388e7
commit fdfacb0ec0
6 changed files with 20 additions and 4 deletions

View File

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