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);