defaults, socket: sync full by default, prekey count set to 812
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user