mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 14:46:04 +02:00
Typo
This commit is contained in:
+3
-2
@@ -5398,7 +5398,7 @@ speechSynthesis.getVoices();
|
|||||||
API.getUser({
|
API.getUser({
|
||||||
userId: id
|
userId: id
|
||||||
}).catch((err) => {
|
}).catch((err) => {
|
||||||
this.updateFriendInProgress.remove(id);
|
this.updateFriendInProgress.delete(id);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@@ -5421,7 +5421,7 @@ speechSynthesis.getVoices();
|
|||||||
var args = await API.getUser({
|
var args = await API.getUser({
|
||||||
userId: id
|
userId: id
|
||||||
}).catch((err) => {
|
}).catch((err) => {
|
||||||
this.updateFriendInProgress.remove(id);
|
this.updateFriendInProgress.delete(id);
|
||||||
});
|
});
|
||||||
if ((typeof args !== 'undefined') &&
|
if ((typeof args !== 'undefined') &&
|
||||||
(typeof args.ref !== 'undefined')) {
|
(typeof args.ref !== 'undefined')) {
|
||||||
@@ -9749,6 +9749,7 @@ speechSynthesis.getVoices();
|
|||||||
worldId: L.tag,
|
worldId: L.tag,
|
||||||
worldName: args.ref.name
|
worldName: args.ref.name
|
||||||
}, API.currentUser.id).finally(() => {
|
}, API.currentUser.id).finally(() => {
|
||||||
|
this.newInstanceDialog.visible = false;
|
||||||
this.$message({
|
this.$message({
|
||||||
message: 'Invite sent to yourself',
|
message: 'Invite sent to yourself',
|
||||||
type: 'success'
|
type: 'success'
|
||||||
|
|||||||
Reference in New Issue
Block a user