socket: potential fixes to the 66 id issues

This commit is contained in:
Rajeh Taher
2025-01-30 20:44:18 +02:00
parent 238b83ff0b
commit 40ebf669dd
4 changed files with 10 additions and 5 deletions

View File

@@ -63,6 +63,7 @@ export const DEFAULT_CONNECTION_CONFIG: SocketConfig = {
patch: false,
snapshot: false,
},
countryCode: 'US',
getMessage: async() => undefined,
cachedGroupMetadata: async() => undefined,
makeSignalRepository: makeLibSignalRepository