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:
Diffstat (limited to 'app/mailers/notify.rb')
-rw-r--r--app/mailers/notify.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/mailers/notify.rb b/app/mailers/notify.rb
index 4180e76e1a0..77d32a55941 100644
--- a/app/mailers/notify.rb
+++ b/app/mailers/notify.rb
@@ -208,6 +208,7 @@ class Notify < ApplicationMailer
headers["#{prefix}-ID"] = object.id
headers["#{prefix}-IID"] = object.iid if object.respond_to?(:iid)
+ headers["#{prefix}-State"] = object.state if object.respond_to?(:state)
end
def add_project_headers