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
commit0c4f23fa6495de384edf224415b62cc4d74fa0bb (patch)
treef9a78fe460246b187267aae0d40d9ba1a5d16d4c /util/src/interfaces/Status.ts
parentMerge branch 'master' into slowcord (diff)
parentUpdate Rights.ts (diff)
downloadserver-0c4f23fa6495de384edf224415b62cc4d74fa0bb.tar.xz
Merge branch 'master' into slowcord
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