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>2022-05-04 12:09:02 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-04 12:09:02 +0300
commit48640cf76a1ee0cd515e259d8f3eb2de25ba01c3 (patch)
tree84719b9b1f23a396298b0774ed8920cb401426d6 /lib/gitlab/gon_helper.rb
parent7d4987ae65374a40ab540ad825da3c33d8bab6df (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/gon_helper.rb')
-rw-r--r--lib/gitlab/gon_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/gon_helper.rb b/lib/gitlab/gon_helper.rb
index dd64f1c11ee..3cb7cefcc07 100644
--- a/lib/gitlab/gon_helper.rb
+++ b/lib/gitlab/gon_helper.rb
@@ -59,6 +59,7 @@ module Gitlab
push_frontend_feature_flag(:source_editor_toolbar, default_enabled: :yaml)
push_frontend_feature_flag(:gl_avatar_for_all_user_avatars, default_enabled: :yaml)
push_frontend_feature_flag(:mr_attention_requests, default_enabled: :yaml)
+ push_frontend_feature_flag(:follow_in_user_popover, current_user, default_enabled: :yaml)
end
# Exposes the state of a feature flag to the frontend code.