Add alert for host

This commit is contained in:
Knut Ahlers 2020-12-01 22:17:34 +01:00
parent 6402513516
commit d37afb4349
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D

View file

@ -91,6 +91,10 @@ const app = new Vue({
}
break
case 'host':
this.showAlert('Incoming host', `${data.payload.from} just hosted`)
break
case 'raid':
this.showAlert('Incoming raid', `${data.payload.from} just raided with ${data.payload.viewerCount} raiders`)
break