1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-16 18:06:55 +00:00

emit chat:update-lines

This commit is contained in:
gr3ger 2020-09-26 14:16:57 +02:00
parent c836d33aba
commit 71b61adad2

View file

@ -382,6 +382,7 @@ export const highlight = {
else else
val.push(data.user.id) val.push(data.user.id)
this.settings.provider.set(key, val) this.settings.provider.set(key, val)
this.resolve('chat').emit('chat:update-lines')
} }
} }