Enable 'note to self' feature flag.

pull/1/head
Matthew Chen 6 years ago
parent 8857f3214e
commit 3c0235d57e

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

Loading…
Cancel
Save