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
path: root/lib/tasks
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-05-03 14:34:04 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-05-03 14:34:04 +0300
commitcac04fbd777ff992bbd92e9ae3cded01d45b07d0 (patch)
treec4dfab128f8bea9544c0b4feda0b06fc4eca13b9 /lib/tasks
parent50f5f4e4ade31cd96443a76630f56dee3c7cce10 (diff)
parenta7a3c48bcc76a133cb3faef172d4abc79f62e2c8 (diff)
Merge branch 'emoji-button-titles' into 'master'
Added emoji description title to award emoji buttons Closes #29971 See merge request !10881
Diffstat (limited to 'lib/tasks')
-rw-r--r--lib/tasks/gemojione.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/gemojione.rake b/lib/tasks/gemojione.rake
index 5293f5af12d..b5572a39d30 100644
--- a/lib/tasks/gemojione.rake
+++ b/lib/tasks/gemojione.rake
@@ -19,6 +19,7 @@ namespace :gemojione do
entry = {
category: emoji_hash['category'],
moji: emoji_hash['moji'],
+ description: emoji_hash['description'],
unicodeVersion: Gitlab::Emoji.emoji_unicode_version(name),
digest: hash_digest,
}