mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 00:18:45 +01:00
Better ordering of ACI/E164 numbers
This commit is contained in:
committed by
Fedor Indutnyy
parent
1e6e8c3be4
commit
eaae3ff88b
@@ -2,9 +2,9 @@
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
export enum SafetyNumberMode {
|
||||
E164 = 'E164',
|
||||
ACIAndE164 = 'ACIAndE164',
|
||||
ACI = 'ACI',
|
||||
JustE164 = 'JustE164',
|
||||
DefaultE164AndThenACI = 'DefaultE164AndThenACI',
|
||||
DefaultACIAndMaybeE164 = 'DefaultACIAndMaybeE164',
|
||||
}
|
||||
|
||||
export enum SafetyNumberIdentifierType {
|
||||
|
||||
Reference in New Issue
Block a user