Introduce isStagingServer util method
This commit is contained in:
parent
4cdb6fab08
commit
cd44a7a033
24 changed files with 80 additions and 71 deletions
2
ts/window.d.ts
vendored
2
ts/window.d.ts
vendored
|
@ -27,7 +27,6 @@ import type * as Crypto from './Crypto';
|
|||
import type * as Curve from './Curve';
|
||||
import type * as RemoteConfig from './RemoteConfig';
|
||||
import type { OSType } from './util/os/shared';
|
||||
import type { getEnvironment } from './environment';
|
||||
import type { LocalizerType, ThemeType } from './types/Util';
|
||||
import type { Receipt } from './types/Receipt';
|
||||
import type { ConversationController } from './ConversationController';
|
||||
|
@ -194,7 +193,6 @@ declare global {
|
|||
getConversations: () => ConversationModelCollectionType;
|
||||
getBuildCreation: () => number;
|
||||
getBuildExpiration: () => number;
|
||||
getEnvironment: typeof getEnvironment;
|
||||
getHostName: () => string;
|
||||
getInteractionMode: () => 'mouse' | 'keyboard';
|
||||
getServerPublicParams: () => string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue