setProfileKey: Drop profileAvatar when we get new profileKey
This commit is contained in:
parent
1507dea351
commit
75c7c526a6
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue