mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
bug fixes
This commit is contained in:
@@ -76,7 +76,7 @@ export enum DisconnectReason {
|
||||
/** The connection was lost, called when the server stops responding to requests */
|
||||
lost = 'lost',
|
||||
/** When WA Web is opened elsewhere & this session is disconnected */
|
||||
replaced = 'intentional',
|
||||
replaced = 'replaced',
|
||||
/** The credentials for the session have been invalidated, i.e. logged out either from the phone or WA Web */
|
||||
invalidSession = 'invalid_session',
|
||||
/** Received a 500 result in a query -- something has gone very wrong */
|
||||
|
||||
Reference in New Issue
Block a user