mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 12:12:55 -06:00
adjusts in redis
This commit is contained in:
parent
3bc692d894
commit
e153515847
11
CHANGELOG.md
11
CHANGELOG.md
@ -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)
|
# 1.7.1 (2024-04-03 10:19)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -617,7 +617,7 @@ export class BaileysStartupService extends WAStartupService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
registration.phoneNumberMobileCountryCode = mcc;
|
registration.phoneNumberMobileCountryCode = mcc;
|
||||||
registration.method = 'voice';
|
registration.method = 'sms';
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const response = await this.client.requestRegistrationCode(registration);
|
const response = await this.client.requestRegistrationCode(registration);
|
||||||
|
Loading…
Reference in New Issue
Block a user