From 4dc7ab3fde1d66861548cf5a5cc55ad169083612 Mon Sep 17 00:00:00 2001 From: Nobody Date: Tue, 8 Mar 2022 10:52:54 -0300 Subject: fix(util): working invisible status type --- util/src/interfaces/Status.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/src/interfaces/Status.ts') diff --git a/util/src/interfaces/Status.ts b/util/src/interfaces/Status.ts index c4dab586..5d2e1bba 100644 --- a/util/src/interfaces/Status.ts +++ b/util/src/interfaces/Status.ts @@ -1,4 +1,4 @@ -export type Status = "idle" | "dnd" | "online" | "offline"; +export type Status = "idle" | "dnd" | "online" | "offline" | "invisible"; export interface ClientStatus { desktop?: string; // e.g. Windows/Linux/Mac -- cgit 1.5.1