Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-23 21:07:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-23 21:07:33 +0300
commit9f2d4a6490ea2ac9af8b640a507c8aff9ef220e8 (patch)
tree51681ef460b534757be9516e57b7a65e29153072 /lib/gitlab/email
parentfda8735029d5aea76060f2e2b071ebcd6cd0777e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/email')
-rw-r--r--lib/gitlab/email/handler/reply_processing.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gitlab/email/handler/reply_processing.rb b/lib/gitlab/email/handler/reply_processing.rb
index d8f4be8ada1..6b7686cd405 100644
--- a/lib/gitlab/email/handler/reply_processing.rb
+++ b/lib/gitlab/email/handler/reply_processing.rb
@@ -79,3 +79,5 @@ module Gitlab
end
end
end
+
+Gitlab::Email::Handler::ReplyProcessing.prepend_if_ee('::EE::Gitlab::Email::Handler::ReplyProcessing')