diff --git a/js/models/conversations.js b/js/models/conversations.js index 156ef1f78..af7c85828 100644 --- a/js/models/conversations.js +++ b/js/models/conversations.js @@ -2312,9 +2312,8 @@ }); } - if (newProfile.avatar) { - await this.setProfileAvatar({ path: newProfile.avatar }); - } + // if set to null, it will show a jazzIcon + await this.setProfileAvatar({ path: newProfile.avatar }); await this.updateProfileName(); },