Merge branch 'develop' into main

This commit is contained in:
Rafael Freire Cunha
2025-10-30 17:37:50 -04:00
committed by GitHub
4 changed files with 51 additions and 1 deletions

View File

@@ -695,7 +695,7 @@ export class BaileysStartupService extends ChannelStartupService {
username: this.localProxy.username,
password: this.localProxy.password,
}),
fetchAgent: makeProxyAgent({
fetchAgent: makeProxyAgentUndici({
host: this.localProxy.host,
port: this.localProxy.port,
protocol: this.localProxy.protocol,