fix(api): working invisible status type

This commit is contained in:
Nobody
2022-03-08 10:52:48 -03:00
committed by Erkin Alp Güney
parent a3091e9d1a
commit 9f21567d9e
2 changed files with 3 additions and 3 deletions

View File

@@ -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": {

View File

@@ -7897,7 +7897,7 @@
"type": "boolean"
},
"status": {
"enum": ["dnd", "idle", "offline", "online"],
"enum": ["dnd", "idle", "offline", "online", "invisible"],
"type": "string"
},
"stream_notifications_enabled": {