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-06 00:09:10 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-06 00:09:10 +0300
commita29707687893beecb0e333a12e6f9e093a77eeb9 (patch)
tree8d89e554f4d8318a228f9d4717d2a9f75fc10651 /lib/gitlab/gon_helper.rb
parent0b789f95a35aa3e4b99ce12fc98bd3cce6555602 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/gon_helper.rb')
-rw-r--r--lib/gitlab/gon_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/gon_helper.rb b/lib/gitlab/gon_helper.rb
index 3cb7cefcc07..98668c72ff4 100644
--- a/lib/gitlab/gon_helper.rb
+++ b/lib/gitlab/gon_helper.rb
@@ -58,7 +58,7 @@ module Gitlab
push_frontend_feature_flag(:sandboxed_mermaid, default_enabled: :yaml)
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(:mr_attention_requests, current_user, default_enabled: :yaml)
push_frontend_feature_flag(:follow_in_user_popover, current_user, default_enabled: :yaml)
end