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>2020-12-04 06:09:49 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-04 06:09:49 +0300
commitedf27428120b9726e34e577e5b1d3371c74baf1d (patch)
tree3e59d3def1ef3eb3ce5832f8daf6bbcd09acd841 /app/mailers
parent73fd5a897364c6f91f86a0dd6d4b566c2574ca6e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/mailers')
-rw-r--r--app/mailers/emails/members.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/mailers/emails/members.rb b/app/mailers/emails/members.rb
index 350b7c2aeec..759181bd3cb 100644
--- a/app/mailers/emails/members.rb
+++ b/app/mailers/emails/members.rb
@@ -63,15 +63,6 @@ module Emails
subject: subject_line,
layout: 'unknown_user_mailer'
)
-
- if Gitlab::Experimentation.active?(:invitation_reminders)
- Gitlab::Tracking.event(
- Gitlab::Experimentation.get_experiment(:invitation_reminders).tracking_category,
- 'sent',
- property: Gitlab::Experimentation.in_experiment_group?(:invitation_reminders, subject: member.invite_email) ? 'experimental_group' : 'control_group',
- label: Digest::MD5.hexdigest(member.to_global_id.to_s)
- )
- end
end
def member_invited_reminder_email(member_source_type, member_id, token, reminder_index)