fix: wait for pre-key upload

This commit is contained in:
Adhiraj Singh
2022-04-12 17:07:04 +05:30
parent f4da9af5d3
commit 5655ccaca7

View File

@@ -267,7 +267,7 @@ export const makeSocket = ({
xmppSignedPreKey(creds.signedPreKey)
]
}
await sendNode(node)
await query(node)
logger.info('uploaded pre-keys')
})