mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
let's expire all emoji
This commit is contained in:
parent
749b981759
commit
41dda1882e
1 changed files with 1 additions and 1 deletions
|
@ -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 = {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue