mirror of https://github.com/oxen-io/session-ios
Suppress UD against production service to avoid de-registration.
parent
f2a1df4e99
commit
1f37980a0d
@ -0,0 +1,14 @@
|
||||
//
|
||||
// Copyright (c) 2018 Open Whisper Systems. All rights reserved.
|
||||
//
|
||||
|
||||
#import "TSConstants.h"
|
||||
|
||||
BOOL IsUsingProductionService()
|
||||
{
|
||||
#ifdef USING_PRODUCTION_SERVICE
|
||||
return YES;
|
||||
#else
|
||||
return NO;
|
||||
#endif
|
||||
}
|
Loading…
Reference in New Issue