mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Bug with orange status location being private when user is offline
This commit is contained in:
@@ -4997,7 +4997,8 @@ speechSynthesis.getVoices();
|
||||
ctx.state !== 'online' &&
|
||||
typeof ref !== 'undefined' &&
|
||||
ref.location !== '' &&
|
||||
ref.location !== 'offline') {
|
||||
ref.location !== 'offline' &&
|
||||
ref.location !== 'private') {
|
||||
API.getUser({
|
||||
userId: id
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user