fix: fire init queries toggle

This commit is contained in:
Adhiraj Singh
2022-08-12 09:05:58 +05:30
parent 0b3cfb9570
commit 19484e5cfc
3 changed files with 18 additions and 7 deletions

View File

@@ -36,6 +36,8 @@ export type SocketConfig = CommonSocketConfig & {
linkPreviewImageThumbnailWidth: number
/** Should Baileys ask the phone for full history, will be received async */
syncFullHistory: boolean
/** Should baileys fire init queries automatically, default true */
fireInitQueries: boolean
/**
* fetch a message from your store
* implement this so that messages failed to send (solves the "this message can take a while" issue) can be retried