mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 03:25:17 +01:00
Fix missing skip_review?
(#19335)
This commit is contained in:
parent
3eef8a7a81
commit
05148e2c77
@ -43,7 +43,7 @@ module Trends
|
||||
Setting.trends
|
||||
end
|
||||
|
||||
def skip_review?
|
||||
def self.skip_review?
|
||||
Setting.trendable_by_default
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user