defaults, socket: sync full by default, prekey count set to 812

This commit is contained in:
Rajeh Taher
2025-10-15 19:16:25 +03:00
parent c84b20703c
commit d9c3b5aaf3
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -436,7 +436,7 @@ export const makeSocket = (config: SocketConfig) => {
// Prevent multiple concurrent uploads
if (uploadPreKeysPromise) {
logger.debug('Pre-key upload already in progress, waiting for completion')
return uploadPreKeysPromise
await uploadPreKeysPromise
}
const uploadLogic = async () => {