Allow adding to a group by phone number
This commit is contained in:
@@ -373,7 +373,7 @@ export class ConversationController {
|
||||
if (normalizedUuid) {
|
||||
newConvo.updateUuid(normalizedUuid);
|
||||
}
|
||||
if (highTrust && e164 && normalizedUuid) {
|
||||
if ((highTrust && e164) || normalizedUuid) {
|
||||
updateConversation(newConvo.attributes);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user