mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Current user "Online For" fix, no notes yet
This commit is contained in:
@@ -1384,10 +1384,8 @@ speechSynthesis.getVoices();
|
||||
} else {
|
||||
json.location = '';
|
||||
}
|
||||
if (json.location && json.location === 'offline') {
|
||||
json.$online_for = API.currentUser.$online_for;
|
||||
json.$offline_for = API.currentUser.$offline_for;
|
||||
}
|
||||
json.$online_for = API.currentUser.$online_for;
|
||||
json.$offline_for = API.currentUser.$offline_for;
|
||||
}
|
||||
if (typeof json.statusDescription !== 'undefined') {
|
||||
json.statusDescription = $app.replaceBioSymbols(
|
||||
|
||||
Reference in New Issue
Block a user