mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 13:20:48 +00:00
Handle PniChangeNumber
This commit is contained in:
committed by
Josh Perez
parent
412f07d2a2
commit
79b48115e6
@@ -389,7 +389,6 @@ async function prepareUrl(
|
||||
directoryV3Url: config.get<string | null>('directoryV3Url') || undefined,
|
||||
directoryV3MRENCLAVE:
|
||||
config.get<string | null>('directoryV3MRENCLAVE') || undefined,
|
||||
directoryV3Root: config.get<string | null>('directoryV3Root') || undefined,
|
||||
});
|
||||
if (!directoryConfig.success) {
|
||||
throw new Error(
|
||||
|
||||
Reference in New Issue
Block a user