Let users send to non-contacts, non-threads in SAE.

pull/1/head
Matthew Chen 7 years ago
parent 4d6ee9e2de
commit 58e9252689

@ -324,7 +324,7 @@ NS_ASSUME_NONNULL_BEGIN
- (void)recipientIdWasSelected:(NSString *)recipientId
{
SignalAccount *signalAccount = [self.contactsViewHelper signalAccountForRecipientId:recipientId];
SignalAccount *_Nullable signalAccount = [self.contactsViewHelper signalAccountForRecipientId:recipientId];
if (!signalAccount) {
signalAccount = [[SignalAccount alloc] initWithRecipientId:recipientId];
}

Loading…
Cancel
Save