forked from treehouse/mastodon
Make trendable_by_default not apply to posts
parent
1ce29aeabf
commit
0d43d9926a
|
@ -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…
Reference in New Issue