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:
Adhiraj Singh
2022-01-11 11:00:19 +05:30
parent c7ceb0ab11
commit ede40b16f1

View File

@@ -34,7 +34,7 @@ export enum DisconnectReason {
loggedOut = 401,
badSession = 500,
restartRequired = 410,
multideviceMismatch = 403
multideviceMismatch = 411
}
export type WAInitResponse = {