Make trendable_by_default not apply to posts

main^2
Claire 2 years ago
parent 1ce29aeabf
commit 0d43d9926a
  1. 4
      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

Loading…
Cancel
Save