mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Turns out that we call validateNumber() on group conversations!
This commit is contained in:
@@ -556,7 +556,7 @@
|
||||
return number.error || 'Invalid phone number';
|
||||
}
|
||||
|
||||
throw new Error('Cannot validate the number of a group!');
|
||||
return null;
|
||||
},
|
||||
|
||||
updateTokens() {
|
||||
|
||||
Reference in New Issue
Block a user