mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 03:21:12 +08:00
FIX: allows to have custom emoji translation without static file (#9893)
This commit is contained in:
@ -18,6 +18,7 @@ class Plugin::CustomEmoji
|
||||
def self.clear_cache
|
||||
@@cache_key = CACHE_KEY
|
||||
@@emojis = {}
|
||||
@@translations = {}
|
||||
end
|
||||
|
||||
def self.register(name, url, group = Emoji::DEFAULT_GROUP)
|
||||
|
Reference in New Issue
Block a user