giphy: Register click events inside giphy module.

Primary reason for this is to allow us more control over
creation of giphy popover as will be evident in future commits.
This commit is contained in:
Aman Agrawal
2021-03-31 03:43:13 +00:00
committed by Tim Abbott
parent 4593ca9ed7
commit 1a83112cf9
3 changed files with 48 additions and 46 deletions

View File

@@ -23,6 +23,7 @@ import * as echo from "./echo";
import * as emoji_picker from "./emoji_picker";
import * as emojisets from "./emojisets";
import * as gear_menu from "./gear_menu";
import * as giphy from "./giphy";
import * as hashchange from "./hashchange";
import * as hotspots from "./hotspots";
import * as invite from "./invite";
@@ -521,6 +522,7 @@ export function initialize_everything() {
tutorial.initialize();
notifications.initialize();
gear_menu.initialize();
giphy.initialize();
presence.initialize(presence_params);
settings_panel_menu.initialize();
settings_sections.initialize();