mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +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();
|
this.friendLogTable.data = await database.getFriendLogHistory();
|
||||||
await API.refreshFriends();
|
await API.refreshFriends();
|
||||||
this.friendLogInitStatus = true;
|
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) {
|
$app.methods.addFriendship = function (id) {
|
||||||
|
|||||||
Reference in New Issue
Block a user