From 0a8f95028176c62b06194804be23bfd944ac5873 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Mon, 18 Mar 2019 08:22:36 +0100 Subject: [PATCH] FIX: bumps emoji cache version (#7195) Might not be necessary, but might avoid weird results with all the recents emoji changes. --- app/models/emoji.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/emoji.rb b/app/models/emoji.rb index 13978c81405..7db7b109692 100644 --- a/app/models/emoji.rb +++ b/app/models/emoji.rb @@ -1,6 +1,6 @@ class Emoji # update this to clear the cache - EMOJI_VERSION = "7" + EMOJI_VERSION = "8" FITZPATRICK_SCALE ||= [ "1f3fb", "1f3fc", "1f3fd", "1f3fe", "1f3ff" ]