mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Update to libsignal v0.80.3, add future sealed sender trust roots
Co-authored-by: Fedor Indutny <indutny@signal.org>
This commit is contained in:
@@ -2733,7 +2733,7 @@ ipc.on('get-config', async event => {
|
||||
reducedMotionSetting: animationSettings.prefersReducedMotion,
|
||||
registrationChallengeUrl: config.get<string>('registrationChallengeUrl'),
|
||||
serverPublicParams: config.get<string>('serverPublicParams'),
|
||||
serverTrustRoot: config.get<string>('serverTrustRoot'),
|
||||
serverTrustRoots: config.get<Array<string>>('serverTrustRoots'),
|
||||
stripePublishableKey: config.get<string>('stripePublishableKey'),
|
||||
genericServerPublicParams: config.get<string>('genericServerPublicParams'),
|
||||
backupServerPublicParams: config.get<string>('backupServerPublicParams'),
|
||||
|
||||
Reference in New Issue
Block a user