mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-05 06:25:42 +00:00
fix(api): working invisible status type
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -7897,7 +7897,7 @@
|
||||
"type": "boolean"
|
||||
},
|
||||
"status": {
|
||||
"enum": ["dnd", "idle", "offline", "online"],
|
||||
"enum": ["dnd", "idle", "offline", "online", "invisible"],
|
||||
"type": "string"
|
||||
},
|
||||
"stream_notifications_enabled": {
|
||||
|
||||
Reference in New Issue
Block a user