mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
Remove last_login and last_activity from $app.debugUserDiff.
This commit is contained in:
@@ -1544,7 +1544,11 @@ speechSynthesis.getVoices();
|
|||||||
props
|
props
|
||||||
});
|
});
|
||||||
if ($app.debugUserDiff) {
|
if ($app.debugUserDiff) {
|
||||||
console.log('>', ref.displayName, props);
|
delete props.last_login;
|
||||||
|
delete props.last_activity;
|
||||||
|
if (Object.keys(props).length !== 0) {
|
||||||
|
console.log('>', ref.displayName, props);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user