mirror of
https://github.com/AleziaKurdis/Overte-community-apps.git
synced 2025-04-05 13:37:41 +02:00
Fixed message mixer spam.
This commit is contained in:
parent
28ef700a6e
commit
0700c89503
1 changed files with 3 additions and 0 deletions
|
@ -232,6 +232,9 @@
|
|||
}
|
||||
|
||||
function receivedMessage(channel, message){
|
||||
// Not for us, ignore!
|
||||
if (channel !== 'ga-polls' && channel !== poll.id) return;
|
||||
|
||||
console.log(`Received message on ${channel} from server:\n${JSON.stringify(message)}\n`);
|
||||
|
||||
message = JSON.parse(message);
|
||||
|
|
Loading…
Reference in a new issue