Remove an old TODO.

// FREEBIE
This commit is contained in:
Matthew Chen 2017-08-24 18:05:20 -04:00
parent e8a6ca1c22
commit 374a59e937
1 changed files with 0 additions and 5 deletions

View File

@ -850,11 +850,6 @@ const NSUInteger kOWSProfileManager_MaxAvatarDiameter = 640;
{
OWSAssert(contactRecipientIds);
// TODO: The persisted whitelist could either be:
//
// * Just users manually added to the whitelist.
// * Also include users auto-added by, for example, being in the user's
// contacts or when the user initiates a 1:1 conversation with them, etc.
[self addUsersToProfileWhitelist:contactRecipientIds];
}