FIX: allows to have custom emoji translation without static file (#9893)

This commit is contained in:
Joffrey JAFFEUX
2020-05-27 20:11:52 +02:00
committed by GitHub
parent 207b72ade1
commit 77801aa9be
11 changed files with 94 additions and 17 deletions

View File

@@ -126,7 +126,7 @@ class Emoji
end
def self.load_translations
db["translations"].merge(Plugin::CustomEmoji.translations)
db["translations"]
end
def self.base_directory