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') } }