mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Add US region tag
This commit is contained in:
+3
-3
@@ -9962,13 +9962,13 @@ speechSynthesis.getVoices();
|
|||||||
tags.push('~canRequestInvite');
|
tags.push('~canRequestInvite');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (D.region !== 'USA') {
|
if (D.region === 'USA') {
|
||||||
if (D.region === 'Europe') {
|
tags.push(`~region(us)`);
|
||||||
|
} else if (D.region === 'Europe') {
|
||||||
tags.push(`~region(eu)`);
|
tags.push(`~region(eu)`);
|
||||||
} else if (D.region === 'Japan') {
|
} else if (D.region === 'Japan') {
|
||||||
tags.push(`~region(jp)`);
|
tags.push(`~region(jp)`);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
if (D.accessType !== 'public') {
|
if (D.accessType !== 'public') {
|
||||||
tags.push(`~nonce(${uuidv4()})`);
|
tags.push(`~nonce(${uuidv4()})`);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user