mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Fix trendable status without review (#20214)
This commit is contained in:
parent
93a6ebc83d
commit
c4c1bee880
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ class Account < ApplicationRecord
|
||||||
update!(memorial: true)
|
update!(memorial: true)
|
||||||
end
|
end
|
||||||
|
|
||||||
def trendable
|
def trendable?
|
||||||
boolean_with_default('trendable', Setting.trendable_by_default)
|
boolean_with_default('trendable', Setting.trendable_by_default)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue