mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 00:48:19 +01:00
Use human-readable names for websockets
This commit is contained in:
@@ -67,6 +67,7 @@ export class CDSSocketManager {
|
||||
const url = `${this.options.url}/discovery/${publicKeyHex}/${codeHashHex}`;
|
||||
|
||||
return connectWebSocket<CDSSocket>({
|
||||
name: 'CDSSocket',
|
||||
url,
|
||||
version,
|
||||
proxyAgent: this.proxyAgent,
|
||||
|
||||
Reference in New Issue
Block a user