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

This commit is contained in:
Scott Nonnenberg 2018-04-10 16:55:47 -07:00
parent d5043eb9cf
commit 5c2936bdd6
No known key found for this signature in database
GPG key ID: 5F82280C35134661

View file

@ -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() {