summary refs log tree commit diff
path: root/api/assets
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 /api/assets
parentMerge branch 'master' into slowcord (diff)
parentUpdate Rights.ts (diff)
downloadserver-6ffe277f2fa1c33eb4a63fdbb27c2c736b75b1af.tar.xz
Merge branch 'master' into slowcord
Diffstat (limited to 'api/assets')
-rw-r--r--api/assets/openapi.json4
-rw-r--r--api/assets/schemas.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/api/assets/openapi.json b/api/assets/openapi.json

index 1af0600d..03550323 100644 --- a/api/assets/openapi.json +++ b/api/assets/openapi.json
@@ -3119,7 +3119,7 @@ "type": "boolean" }, "status": { - "enum": ["dnd", "idle", "offline", "online"], + "enum": ["dnd", "idle", "offline", "online", "invisible"], "type": "string" }, "stream_notifications_enabled": { @@ -5677,7 +5677,7 @@ "type": "boolean" }, "status": { - "enum": ["dnd", "idle", "offline", "online"], + "enum": ["dnd", "idle", "offline", "online", "invisible"], "type": "string" }, "stream_notifications_enabled": { diff --git a/api/assets/schemas.json b/api/assets/schemas.json
index 818c8a61..1b905197 100644 --- a/api/assets/schemas.json +++ b/api/assets/schemas.json
@@ -7900,7 +7900,7 @@ "type": "boolean" }, "status": { - "enum": ["dnd", "idle", "offline", "online"], + "enum": ["dnd", "idle", "offline", "online", "invisible"], "type": "string" }, "stream_notifications_enabled": {