mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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