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)
|
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 New Issue