mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Adds support for versioned profiles
* Add zkgroup library * tsconfig.json: Prettier wants to mess it up. :0( * Initial take on versioned profile fetches * Fix up the logging in getProfiles() - warn instead of error * Introduce new VERSIONED_PROFILE_FETCH flag * Update zkgroup dependency to v0.5.0 * Fix lint-deps - new zkgroup library brought in new debug dep * ts/zkgroup: Introduce some commonly-used helper functions * Update to latest serverPublicParams * Don't derive profileKeyVersion unless flag is set
This commit is contained in:
@@ -9,6 +9,7 @@ import { isFileDangerous } from './isFileDangerous';
|
||||
import { makeLookup } from './makeLookup';
|
||||
import { migrateColor } from './migrateColor';
|
||||
import { missingCaseError } from './missingCaseError';
|
||||
import * as zkgroup from './zkgroup';
|
||||
|
||||
export {
|
||||
arrayBufferToObjectURL,
|
||||
@@ -22,4 +23,5 @@ export {
|
||||
migrateColor,
|
||||
missingCaseError,
|
||||
Registration,
|
||||
zkgroup,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user