adjusts in redis

This commit is contained in:
Davidson Gomes 2024-04-09 07:31:37 -03:00
parent 3bc692d894
commit e153515847
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,14 @@
# 1.7.2 (develop)
### Feature
* Mobile connection via sms
### Fixed
* Adjusts in redis
* Send global event in websocket
# 1.7.1 (2024-04-03 10:19)
### Fixed

View File

@ -617,7 +617,7 @@ export class BaileysStartupService extends WAStartupService {
}
registration.phoneNumberMobileCountryCode = mcc;
registration.method = 'voice';
registration.method = 'sms';
try {
const response = await this.client.requestRegistrationCode(registration);