Commit e84a78bd authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

Merge branch 'brodock/upgrade-emoji-version-2' into 'master'

Tanuki Emoji: switch fallback emoji to Noto Emoji

See merge request gitlab-org/gitlab!76479
parents 0fd270ff 89e739e3
......@@ -10,7 +10,7 @@ let validEmojiNames = null;
export const FALLBACK_EMOJI_KEY = 'grey_question';
// Keep the version in sync with `lib/gitlab/emoji.rb`
export const EMOJI_VERSION = '1';
export const EMOJI_VERSION = '2';
const isLocalStorageAvailable = AccessorUtilities.canUseLocalStorage();
......
......@@ -6,7 +6,7 @@ module Gitlab
# When updating emoji assets increase the version below
# and update the version number in `app/assets/javascripts/emoji/index.js`
EMOJI_VERSION = 1
EMOJI_VERSION = 2
# Return a Pathname to emoji's current versioned folder
#
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment