mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 13:51:09 +08:00
FIX: ensures emoji helper is working with custom emojis (#7843)
This commit is contained in:
@ -19,6 +19,10 @@ class Plugin::CustomEmoji
|
||||
emojis[name] = url
|
||||
end
|
||||
|
||||
def self.unregister(name)
|
||||
emojis.delete(name)
|
||||
end
|
||||
|
||||
def self.translations
|
||||
@@translations ||= {}
|
||||
end
|
||||
|
Reference in New Issue
Block a user