Infer libsignal environment from service url

This commit is contained in:
Fedor Indutny 2024-06-07 11:17:52 -07:00 committed by GitHub
parent b3196425af
commit 53b8f5f152
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 17 deletions

View file

@ -2498,9 +2498,6 @@ ipc.on('get-config', async event => {
preferredSystemLocales: getPreferredSystemLocales(),
localeOverride: getLocaleOverride(),
version: app.getVersion(),
libsignalNetEnvironment: config.has('libsignalNetEnvironment')
? config.get<string>('libsignalNetEnvironment')
: undefined,
buildCreation: config.get<number>('buildCreation'),
buildExpiration: config.get<number>('buildExpiration'),
challengeUrl: config.get<string>('challengeUrl'),