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

View File

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