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