Merge pull request #535 from bobpetrov/rr

Update DisconnectReason
This commit is contained in:
ShellTear
2024-01-03 00:09:57 +02:00
committed by GitHub

View File

@@ -23,7 +23,9 @@ export enum DisconnectReason {
loggedOut = 401, loggedOut = 401,
badSession = 500, badSession = 500,
restartRequired = 515, restartRequired = 515,
multideviceMismatch = 411 multideviceMismatch = 411,
forbidden = 403,
unavailableService = 503
} }
export type WAInitResponse = { export type WAInitResponse = {