This commit is contained in:
Natsumi
2021-06-16 13:57:13 +12:00
parent e5815e9a5f
commit c2bc249e23
3 changed files with 31 additions and 16 deletions

View File

@@ -382,6 +382,7 @@ speechSynthesis.getVoices();
instanceId: '',
instanceName: '',
accessType: '',
region: '',
userId: null,
hiddenId: null,
privateId: null,
@@ -417,6 +418,8 @@ speechSynthesis.getVoices();
ctx.friendsId = value;
} else if (key === 'canRequestInvite') {
ctx.canRequestInvite = true;
} else if (key === 'region') {
ctx.region = value;
}
} else {
ctx.instanceName = s;