setProfileKey: Drop profileAvatar when we get new profileKey
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user