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 'lib/api/entities/user.rb')
-rw-r--r--lib/api/entities/user.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/entities/user.rb b/lib/api/entities/user.rb
index a86039b856a..884f0f75d7a 100644
--- a/lib/api/entities/user.rb
+++ b/lib/api/entities/user.rb
@@ -7,7 +7,7 @@ module API
include TimeZoneHelper
expose :created_at, if: ->(user, opts) { Ability.allowed?(opts[:current_user], :read_user_profile, user) }
- expose :bio, :location, :public_email, :skype, :linkedin, :twitter, :website_url, :organization, :job_title, :pronouns
+ expose :bio, :location, :public_email, :skype, :linkedin, :twitter, :discord, :website_url, :organization, :job_title, :pronouns
expose :bot?, as: :bot
expose :work_information do |user|
work_information(user)