Commit 3bc866c6 authored by Robert Speicher's avatar Robert Speicher Committed by Ruben Davila

Merge branch 'fix-spam-submit-button' into 'master'

Also check if Akismet is enabled, before showing the `Submit as spam` button.

Fixes #21229

See merge request !5948
parent 6a762b10
......@@ -23,7 +23,7 @@ module Spammable
def submittable_as_spam?
if user_agent_detail
user_agent_detail.submittable?
user_agent_detail.submittable? && current_application_settings.akismet_enabled
else
false
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment