mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 06:13:52 +02:00
Fix name and rank change check on startup
This commit is contained in:
@@ -10790,6 +10790,12 @@ speechSynthesis.getVoices();
|
||||
this.friendLogTable.data = await database.getFriendLogHistory();
|
||||
await API.refreshFriends();
|
||||
this.friendLogInitStatus = true;
|
||||
for (var friend of friendLogCurrentArray) {
|
||||
var ref = API.cachedUsers.get(friend.userId);
|
||||
if (typeof ref !== 'undefined') {
|
||||
this.updateFriendship(ref);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
$app.methods.addFriendship = function (id) {
|
||||
|
||||
Reference in New Issue
Block a user