Add feature flag for contact discovery service.

pull/1/head
Matthew Chen 7 years ago
parent 1a2428a4b0
commit 23848844fe

@ -22,6 +22,10 @@ typedef NS_ENUM(NSInteger, TSWhisperMessageType) {
#define kLegalTermsUrlString @"https://signal.org/legal/"
#define SHOW_LEGAL_TERMS_LINK
#ifdef DEBUG
#define CONTACT_DISCOVERY_SERVICE
#endif
//#ifndef DEBUG
// Production

Loading…
Cancel
Save