mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 00:54:16 +00:00
Fix invites creation
This commit is contained in:
@@ -713,7 +713,10 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"target_user_id": {
|
||||
"type": "string"
|
||||
"type": [
|
||||
"null",
|
||||
"string"
|
||||
]
|
||||
},
|
||||
"target_type": {
|
||||
"type": [
|
||||
|
||||
Reference in New Issue
Block a user