mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Bug with broken friend
This commit is contained in:
@@ -9892,7 +9892,7 @@ speechSynthesis.getVoices();
|
||||
var i = 0;
|
||||
var toFetch = [];
|
||||
for (var ctx of this.friends.values()) {
|
||||
if (!ctx.ref.date_joined) {
|
||||
if (ctx.ref && !ctx.ref.date_joined) {
|
||||
toFetch.push(ctx.id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user