mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
emoji refactor: Pass in emoji_codes from ui_init.
We don't want emoji.js to depend on a JSON file (and specifically the location of said JSON file) when we start sharing our code with mobile.
This commit is contained in:
@@ -27,6 +27,7 @@ const emoji_params = {
|
||||
deactivated: false,
|
||||
},
|
||||
},
|
||||
emoji_codes,
|
||||
};
|
||||
|
||||
set_global("page_params", {
|
||||
|
||||
Reference in New Issue
Block a user