From 75c7c526a6b19e275d521bbf68f99d4b9ef498ea Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 14 Oct 2020 09:50:17 -0700 Subject: [PATCH] setProfileKey: Drop profileAvatar when we get new profileKey --- ts/models/conversations.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/models/conversations.ts b/ts/models/conversations.ts index 4fe31e135..e5121ae34 100644 --- a/ts/models/conversations.ts +++ b/ts/models/conversations.ts @@ -3641,6 +3641,7 @@ export class ConversationModel extends window.Backbone.Model< `Setting sealedSender to UNKNOWN for conversation ${this.idForLogging()}` ); this.set({ + profileAvatar: undefined, profileKey, profileKeyVersion: undefined, profileKeyCredential: null,