mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-09 08:25:55 +00:00
Disable trending links review request emails
This commit is contained in:
parent
67c4e8e317
commit
0ccaedc92b
|
@ -18,7 +18,7 @@ module Trends
|
|||
end
|
||||
|
||||
def self.request_review!
|
||||
[links, tags].each(&:request_review) if enabled?
|
||||
[tags].each(&:request_review) if enabled?
|
||||
end
|
||||
|
||||
def self.enabled?
|
||||
|
|
Loading…
Reference in a new issue