Onboarding story improvements
This commit is contained in:
parent
0bcc84facb
commit
1b16743917
4 changed files with 32 additions and 9 deletions
|
@ -417,6 +417,13 @@ export class ConversationController {
|
|||
profileSharing: true,
|
||||
});
|
||||
|
||||
if (conversation.get('profileAvatar')?.path !== SIGNAL_AVATAR_PATH) {
|
||||
conversation.set({
|
||||
profileAvatar: { hash: SIGNAL_AVATAR_PATH, path: SIGNAL_AVATAR_PATH },
|
||||
});
|
||||
updateConversation(conversation.attributes);
|
||||
}
|
||||
|
||||
this._signalConversationId = conversation.id;
|
||||
|
||||
return conversation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue