diff --git a/html/src/app.js b/html/src/app.js index d365a610..87ad8111 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -8984,7 +8984,7 @@ speechSynthesis.getVoices(); throw err; }).then((args) => { API.$emit(`INVITE:${messageType.toUpperCase()}`, args); - if (args.json[slot].message !== D.newMessage) { + if (args.json[slot].message === D.inviteMessage.message) { this.$message({ message: 'VRChat API didn\'t update message, try again', type: 'error' @@ -9034,7 +9034,7 @@ speechSynthesis.getVoices(); throw err; }).then((args) => { API.$emit(`INVITE:${messageType.toUpperCase()}`, args); - if (args.json[slot].message !== D.newMessage) { + if (args.json[slot].message === D.inviteMessage.message) { this.$message({ message: 'VRChat API didn\'t update message, try again', type: 'error' @@ -9225,7 +9225,7 @@ speechSynthesis.getVoices(); throw err; }).then((args) => { API.$emit(`INVITE:${messageType.toUpperCase()}`, args); - if (args.json[slot].message !== D.newMessage) { + if (args.json[slot].message === D.inviteMessage.message) { this.$message({ message: 'VRChat API didn\'t update message, try again', type: 'error'