Turns out that we call validateNumber() on group conversations!

pull/1/head
Scott Nonnenberg 7 years ago
parent d5043eb9cf
commit 5c2936bdd6
No known key found for this signature in database
GPG Key ID: 5F82280C35134661

@ -556,7 +556,7 @@
return number.error || 'Invalid phone number'; return number.error || 'Invalid phone number';
} }
throw new Error('Cannot validate the number of a group!'); return null;
}, },
updateTokens() { updateTokens() {

Loading…
Cancel
Save