diff --git a/js/models/conversations.js b/js/models/conversations.js index 43a780a47..ea54d7022 100644 --- a/js/models/conversations.js +++ b/js/models/conversations.js @@ -178,7 +178,7 @@ }, async updateProfileAvatar() { - const path = await profileImages.getOrCreateImagePath(this.id); + const path = profileImages.getOrCreateImagePath(this.id); await this.setProfileAvatar(path); },