mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Another bad temporary fix
This commit is contained in:
@@ -4975,6 +4975,11 @@ speechSynthesis.getVoices();
|
|||||||
// AddFriend (CurrentUser) 이후,
|
// AddFriend (CurrentUser) 이후,
|
||||||
// 서버에서 오는 순서라고 보면 될 듯.
|
// 서버에서 오는 순서라고 보면 될 듯.
|
||||||
if (ctx.state === 'online') {
|
if (ctx.state === 'online') {
|
||||||
|
if (this.appInit) {
|
||||||
|
API.getUser({
|
||||||
|
userId: id
|
||||||
|
});
|
||||||
|
}
|
||||||
if (ctx.isVIP) {
|
if (ctx.isVIP) {
|
||||||
removeFromArray(this.friendsGroupA_, ctx);
|
removeFromArray(this.friendsGroupA_, ctx);
|
||||||
this.friendsGroupA_.push(ctx);
|
this.friendsGroupA_.push(ctx);
|
||||||
@@ -5106,6 +5111,9 @@ speechSynthesis.getVoices();
|
|||||||
ctx.ref.$location_at = Date.now();
|
ctx.ref.$location_at = Date.now();
|
||||||
ctx.ref.$online_for = Date.now();
|
ctx.ref.$online_for = Date.now();
|
||||||
ctx.ref.$offline_for = '';
|
ctx.ref.$offline_for = '';
|
||||||
|
API.getUser({
|
||||||
|
userId: id
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user