From 9aef61b9df9824c6ac9ce01f577f6f0229b16ef5 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Fri, 29 Jul 2022 02:22:47 +1200 Subject: [PATCH] oops, not yet --- html/src/app.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/html/src/app.js b/html/src/app.js index 45e7622f..bda449ef 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -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);