Skip to content
Snippets Groups Projects

Allow (un)following someone in the user popover

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -60,7 +60,7 @@ def add_gon_variables
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, 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.
Loading