mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: update MD mismatch error code
Because 403 can mean other things as well -- don't want to conflate the two
This commit is contained in:
@@ -34,7 +34,7 @@ export enum DisconnectReason {
|
|||||||
loggedOut = 401,
|
loggedOut = 401,
|
||||||
badSession = 500,
|
badSession = 500,
|
||||||
restartRequired = 410,
|
restartRequired = 410,
|
||||||
multideviceMismatch = 403
|
multideviceMismatch = 411
|
||||||
}
|
}
|
||||||
|
|
||||||
export type WAInitResponse = {
|
export type WAInitResponse = {
|
||||||
|
|||||||
Reference in New Issue
Block a user