chore: pass axios options to downloading remote media

This commit is contained in:
Adhiraj Singh
2023-02-18 13:03:47 +05:30
parent f013b61e35
commit ca24608dc8
5 changed files with 24 additions and 7 deletions

View File

@@ -639,6 +639,7 @@ export const makeMessagesSocket = (config: SocketConfig) => {
),
upload: waUploadToServer,
mediaCache: config.mediaCache,
options: config.options,
...options,
}
)