Remove support for E164-based numbers
This commit is contained in:
parent
aa03ac36bc
commit
0ce593bf0d
17 changed files with 469 additions and 916 deletions
|
@ -1,13 +1,7 @@
|
|||
// Copyright 2023 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
export enum SafetyNumberIdentifierType {
|
||||
ACIIdentifier = 'ACIIdentifier',
|
||||
E164Identifier = 'E164Identifier',
|
||||
}
|
||||
|
||||
export type SafetyNumberType = Readonly<{
|
||||
identifierType: SafetyNumberIdentifierType;
|
||||
numberBlocks: ReadonlyArray<string>;
|
||||
qrData: Uint8Array;
|
||||
}>;
|
||||
|
|
|
@ -7,5 +7,5 @@ export const UNSUPPORTED_OS_URL =
|
|||
'https://support.signal.org/hc/articles/5109141421850';
|
||||
export const LINK_SIGNAL_DESKTOP =
|
||||
'https://support.signal.org/hc/articles/360007320451#desktop_multiple_device';
|
||||
export const SAFETY_NUMBER_MIGRATION_URL =
|
||||
'https://support.signal.org/hc/en-us/articles/360007060632';
|
||||
export const SAFETY_NUMBER_URL =
|
||||
'https://support.signal.org/hc/articles/360007060632';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue