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

This commit is contained in:
Matthew Chen 2018-01-10 14:37:29 -05:00
parent 4d6ee9e2de
commit 58e9252689

View file

@ -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];
}