From 71b61adad25af91d727b9276e2a6507f38756de2 Mon Sep 17 00:00:00 2001 From: gr3ger Date: Sat, 26 Sep 2020 14:16:57 +0200 Subject: [PATCH] emit chat:update-lines --- src/modules/chat/actions/types.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/chat/actions/types.jsx b/src/modules/chat/actions/types.jsx index e33d572a..1d26a4b9 100644 --- a/src/modules/chat/actions/types.jsx +++ b/src/modules/chat/actions/types.jsx @@ -382,6 +382,7 @@ export const highlight = { else val.push(data.user.id) this.settings.provider.set(key, val) + this.resolve('chat').emit('chat:update-lines') } }