mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-11 10:12:56 -05:00
Fix trendable status without review (#20214)
This commit is contained in:
parent
93a6ebc83d
commit
c4c1bee880
@ -256,7 +256,7 @@ class Account < ApplicationRecord
|
||||
update!(memorial: true)
|
||||
end
|
||||
|
||||
def trendable
|
||||
def trendable?
|
||||
boolean_with_default('trendable', Setting.trendable_by_default)
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user