mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 23:03:51 +02:00
Bug fix again
This commit is contained in:
@@ -3232,6 +3232,9 @@ speechSynthesis.getVoices();
|
|||||||
|
|
||||||
API.$on('PIPELINE', function (args) {
|
API.$on('PIPELINE', function (args) {
|
||||||
var { type, content } = args.json;
|
var { type, content } = args.json;
|
||||||
|
if (typeof content.user !== 'undefined') {
|
||||||
|
delete content.user.state;
|
||||||
|
}
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case 'notification':
|
case 'notification':
|
||||||
this.$emit('NOTIFICATION', {
|
this.$emit('NOTIFICATION', {
|
||||||
|
|||||||
Reference in New Issue
Block a user