Change defaults for conversation title generation
This commit is contained in:
parent
6a165da589
commit
bd922433e3
14 changed files with 142 additions and 24 deletions
|
@ -1859,7 +1859,7 @@ export class ConversationModel extends window.Backbone
|
|||
this.set('e164', e164 || undefined);
|
||||
|
||||
// This user changed their phone number
|
||||
if (oldValue && e164 && !this.get('notSharingPhoneNumber')) {
|
||||
if (oldValue && e164 && this.get('sharingPhoneNumber')) {
|
||||
void this.addChangeNumberNotification(oldValue, e164);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue