mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02: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 New Issue
Block a user