From d3a0e444211947f64a83cfff15788cd464b8af0d Mon Sep 17 00:00:00 2001 From: Night Date: Fri, 20 Dec 2024 12:12:06 -0500 Subject: [PATCH] fixes #7183 --- src/modules/emote_autocomplete/twitch/EmoteAutocomplete.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/emote_autocomplete/twitch/EmoteAutocomplete.jsx b/src/modules/emote_autocomplete/twitch/EmoteAutocomplete.jsx index 99d448fb36..e57dc94384 100644 --- a/src/modules/emote_autocomplete/twitch/EmoteAutocomplete.jsx +++ b/src/modules/emote_autocomplete/twitch/EmoteAutocomplete.jsx @@ -180,6 +180,7 @@ export default class EmoteAutocomplete { constructor() { this.load(); watcher.on('channel.updated', () => this.load()); + watcher.on('load.chat', () => this.load()); watcher.on('emotes.updated', () => injectEmoteSets()); dom.on(AUTOCOMPLETE_MATCH_IMAGE_QUERY, patchEmoteImage, { attributes: true,