diff --git a/client/src/store/chat.ts b/client/src/store/chat.ts index 35908e0..450e86a 100644 --- a/client/src/store/chat.ts +++ b/client/src/store/chat.ts @@ -59,7 +59,7 @@ export const actions = actionTree( { state, getters, mutations }, { newEmote(store, emote: Emote) { - if (accessor.settings.ignore_emotes) { + if (accessor.settings.ignore_emotes || document.visibilityState === 'hidden') { return }