mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-01 12:43:46 +02:00
Remove last_login and last_activity from $app.debugUserDiff.
This commit is contained in:
@@ -1544,10 +1544,14 @@ speechSynthesis.getVoices();
|
|||||||
props
|
props
|
||||||
});
|
});
|
||||||
if ($app.debugUserDiff) {
|
if ($app.debugUserDiff) {
|
||||||
|
delete props.last_login;
|
||||||
|
delete props.last_activity;
|
||||||
|
if (Object.keys(props).length !== 0) {
|
||||||
console.log('>', ref.displayName, props);
|
console.log('>', ref.displayName, props);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
this.$emit('USER:APPLY', ref);
|
this.$emit('USER:APPLY', ref);
|
||||||
return ref;
|
return ref;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user