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()}`
|
`Setting sealedSender to UNKNOWN for conversation ${this.idForLogging()}`
|
||||||
);
|
);
|
||||||
this.set({
|
this.set({
|
||||||
|
profileAvatar: undefined,
|
||||||
profileKey,
|
profileKey,
|
||||||
profileKeyVersion: undefined,
|
profileKeyVersion: undefined,
|
||||||
profileKeyCredential: null,
|
profileKeyCredential: null,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue