2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

let's expire all emoji

This commit is contained in:
Jeff Atwood 2016-07-25 15:38:13 -07:00
parent 749b981759
commit 41dda1882e

View file

@ -1,7 +1,7 @@
import { emoji, aliases, translations } from 'pretty-text/emoji/data';
// bump up this number to expire all emojis
export const IMAGE_VERSION = "2";
export const IMAGE_VERSION = "3";
const extendedEmoji = {};