feat: detect when multi-device beta not joined
This commit is contained in:
+2
-1
@@ -60,7 +60,8 @@ export enum DisconnectReason {
|
||||
timedOut = 408,
|
||||
loggedOut = 401,
|
||||
badSession = 500,
|
||||
restartRequired = 410
|
||||
restartRequired = 410,
|
||||
notJoinedBeta = 403
|
||||
}
|
||||
|
||||
export type WAInitResponse = {
|
||||
|
||||
Reference in New Issue
Block a user