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
commit0c4f23fa6495de384edf224415b62cc4d74fa0bb (patch)
treef9a78fe460246b187267aae0d40d9ba1a5d16d4c /api/assets
parentMerge branch 'master' into slowcord (diff)
parentUpdate Rights.ts (diff)
downloadserver-0c4f23fa6495de384edf224415b62cc4d74fa0bb.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": {