Make trendable_by_default not apply to posts

th-downstream
Claire 2 years ago
parent 33596cc371
commit 285e4f762a

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

Loading…
Cancel
Save