Enable 'note to self' feature flag.

This commit is contained in:
Matthew Chen 2019-01-28 10:43:36 -05:00
parent 8857f3214e
commit 3c0235d57e

View file

@ -24,7 +24,7 @@ NS_ASSUME_NONNULL_BEGIN
BOOL IsNoteToSelfEnabled(void)
{
return NO;
return YES;
}
ConversationColorName const ConversationColorNameCrimson = @"red";