mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-15 12:53:51 +02:00
Remove last_login and last_activity from $app.debugUserDiff.
This commit is contained in:
@@ -1544,7 +1544,11 @@ speechSynthesis.getVoices();
|
||||
props
|
||||
});
|
||||
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