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-09 22:35:00 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-09 22:35:00 +1100
commite1f9839685a969256fb3d6bfeb41fbed46599926 (patch)
tree95b74d9d3010d80125cdfe9e318792fe09f9c593 /util/src/interfaces/Status.ts
parentAdded preferred_region optional property of VoiceStateUpdateSchema to allow e... (diff)
parentMerge pull request #675 from nobodylabs/fix/ban-list (diff)
downloadserver-e1f9839685a969256fb3d6bfeb41fbed46599926.tar.xz
Merge branch 'master' into maddyrtc
Diffstat (limited to '')
-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