getTitle: Return nothing instead of an invalid phone number
This commit is contained in:
parent
22fb69bbb7
commit
62e648da27
3 changed files with 93 additions and 54 deletions
|
@ -4908,7 +4908,7 @@ export class ConversationModel extends window.Backbone
|
|||
return getProfileName(this.attributes);
|
||||
}
|
||||
|
||||
getNumber(): string {
|
||||
getNumber(): string | undefined {
|
||||
return getNumber(this.attributes);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue