Bug with broken friend

This commit is contained in:
Natsumi
2021-03-28 23:57:02 +13:00
parent 6b4c71aafd
commit c8b6289069

View File

@@ -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);
}
}