summary refs log tree commit diff
path: root/api/assets/schemas.json
diff options
context:
space:
mode:
authorNobody <git@n0bodysec.com>2022-03-08 10:52:48 -0300
committerErkin Alp Güney <erkinalp9035@gmail.com>2022-03-08 18:08:32 +0300
commit9f21567d9efa67b2aec9a53123cfed4ade6cf462 (patch)
tree0bde2269bd562050e274e9f8c4af1d0341e7697f /api/assets/schemas.json
parentfix(api): don't send @everyone in route response (diff)
downloadserver-9f21567d9efa67b2aec9a53123cfed4ade6cf462.tar.xz
fix(api): working invisible status type
Diffstat (limited to 'api/assets/schemas.json')
-rw-r--r--api/assets/schemas.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/assets/schemas.json b/api/assets/schemas.json
index 4ffa44b8..d531df21 100644
--- a/api/assets/schemas.json
+++ b/api/assets/schemas.json
@@ -7897,7 +7897,7 @@
 				"type": "boolean"
 			},
 			"status": {
-				"enum": ["dnd", "idle", "offline", "online"],
+				"enum": ["dnd", "idle", "offline", "online", "invisible"],
 				"type": "string"
 			},
 			"stream_notifications_enabled": {