fix: add option for appStateMacVerification

This commit is contained in:
Adhiraj Singh
2022-11-08 22:33:53 +05:30
parent f892a1e81f
commit 4aadc9dc6c
4 changed files with 28 additions and 4 deletions

View File

@@ -55,6 +55,10 @@ export const DEFAULT_CONNECTION_CONFIG: SocketConfig = {
transactionOpts: { maxCommitRetries: 10, delayBetweenTriesMs: 3000 },
generateHighQualityLinkPreview: false,
options: { },
appStateMacVerification: {
patch: false,
snapshot: false,
},
getMessage: async() => undefined
}