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