mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: add option for appStateMacVerification
This commit is contained in:
@@ -70,6 +70,12 @@ export type SocketConfig = {
|
||||
* */
|
||||
generateHighQualityLinkPreview: boolean
|
||||
|
||||
/** verify app state MACs */
|
||||
appStateMacVerification: {
|
||||
patch: boolean
|
||||
snapshot: boolean
|
||||
}
|
||||
|
||||
/** options for axios */
|
||||
options: AxiosRequestConfig<any>
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user