Turns out that we call validateNumber() on group conversations!
This commit is contained in:
parent
d5043eb9cf
commit
5c2936bdd6
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@
|
|||
return number.error || 'Invalid phone number';
|
||||
}
|
||||
|
||||
throw new Error('Cannot validate the number of a group!');
|
||||
return null;
|
||||
},
|
||||
|
||||
updateTokens() {
|
||||
|
|
Loading…
Add table
Reference in a new issue