oops, not yet

This commit is contained in:
Natsumi
2022-07-29 02:22:47 +12:00
parent 1cafb0a2e5
commit 9aef61b9df

View File

@@ -1328,9 +1328,6 @@ speechSynthesis.getVoices();
API.applyCurrentUser = function (json) {
var ref = this.currentUser;
if (this.isLoggedIn) {
if (json.currentAvatar !== ref.currentAvatar) {
$app.addAvatarToHistory(json.currentAvatar);
}
Object.assign(ref, json);
if (ref.homeLocation !== ref.$homeLocation.tag) {
ref.$homeLocation = this.parseLocation(ref.homeLocation);