Defensively set the signal conversation name
This commit is contained in:
parent
6a81b339b8
commit
40e7518b9e
1 changed files with 5 additions and 0 deletions
|
@ -424,6 +424,11 @@ export class ConversationController {
|
||||||
updateConversation(conversation.attributes);
|
updateConversation(conversation.attributes);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!conversation.get('profileName')) {
|
||||||
|
conversation.set({ profileName: 'Signal' });
|
||||||
|
updateConversation(conversation.attributes);
|
||||||
|
}
|
||||||
|
|
||||||
this._signalConversationId = conversation.id;
|
this._signalConversationId = conversation.id;
|
||||||
|
|
||||||
return conversation;
|
return conversation;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue