From 4d6ee9e2de9a0de7dea66a4b62300557ab8b722f Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Wed, 10 Jan 2018 14:37:09 -0500 Subject: [PATCH] Let users send to non-contacts, non-threads in SAE. --- SignalMessaging/contacts/SelectThreadViewController.m | 1 - 1 file changed, 1 deletion(-) diff --git a/SignalMessaging/contacts/SelectThreadViewController.m b/SignalMessaging/contacts/SelectThreadViewController.m index 2d7576fbf..1fec3db9e 100644 --- a/SignalMessaging/contacts/SelectThreadViewController.m +++ b/SignalMessaging/contacts/SelectThreadViewController.m @@ -139,7 +139,6 @@ NS_ASSUME_NONNULL_BEGIN ContactsViewHelper *helper = self.contactsViewHelper; OWSTableContents *contents = [OWSTableContents new]; - // Existing threads are listed first, ordered by most recently active OWSTableSection *findByPhoneSection = [OWSTableSection new]; [findByPhoneSection addItem:[OWSTableItem disclosureItemWithText:NSLocalizedString(@"NEW_CONVERSATION_FIND_BY_PHONE_NUMBER",