Enable 'note to self' feature flag.

pull/1/head
Matthew Chen 6 years ago
parent 690eaa4d28
commit 229450bc47

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

Loading…
Cancel
Save