Make trendable_by_default not apply to posts
This commit is contained in:
parent
33596cc371
commit
285e4f762a
1 changed files with 0 additions and 4 deletions
|
@ -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…
Reference in a new issue