Commit eeed341d authored by Stan Hu's avatar Stan Hu

Downgrade EMOJI_VERSION to 1

In a mixed deployment situation, `-/emojis/2/emojis.json` may
not exist yet, so we need to make sure we preserve the expand and
contract pattern.

Relates to https://gitlab.com/gitlab-org/gitlab/-/merge_requests/71313
parent 5d9c29e0
......@@ -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 = '2';
export const EMOJI_VERSION = '1';
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 = 2
EMOJI_VERSION = 1
# 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