summary refs log tree commit diff
path: root/util/src/interfaces/Status.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-12 13:07:16 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-12 13:07:16 +1100
commit6ffe277f2fa1c33eb4a63fdbb27c2c736b75b1af (patch)
tree8926074d0b0f2749fb945c815c2913150e4eb313 /util/src/interfaces/Status.ts
parentMerge branch 'master' into slowcord (diff)
parentUpdate Rights.ts (diff)
downloadserver-6ffe277f2fa1c33eb4a63fdbb27c2c736b75b1af.tar.xz
Merge branch 'master' into slowcord
Diffstat (limited to 'util/src/interfaces/Status.ts')
-rw-r--r--util/src/interfaces/Status.ts2
1 files changed, 1 insertions, 1 deletions
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