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:
+1
-1
@@ -34,7 +34,7 @@ export enum DisconnectReason {
|
||||
loggedOut = 401,
|
||||
badSession = 500,
|
||||
restartRequired = 410,
|
||||
multideviceMismatch = 403
|
||||
multideviceMismatch = 411
|
||||
}
|
||||
|
||||
export type WAInitResponse = {
|
||||
|
||||
Reference in New Issue
Block a user