summary refs log tree commit diff
path: root/api/assets
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-14 13:13:50 +0200
committerGitHub <noreply@github.com>2021-09-14 13:13:50 +0200
commit8418498a97df1a82968af3b7f6b0a6a5ecf11263 (patch)
tree4c524e846b51d8a256db333809a86a58111cdd7c /api/assets
parentMerge pull request #359 from Thesourtimes/master (diff)
parentEmit INVITE_DELETE (diff)
downloadserver-ts-8418498a97df1a82968af3b7f6b0a6a5ecf11263.tar.xz
Merge pull request #360 from AlTech98/invite
Invite fixes
Diffstat (limited to 'api/assets')
-rw-r--r--api/assets/schemas.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/api/assets/schemas.json b/api/assets/schemas.json

index 3f760c35..9c34f968 100644 --- a/api/assets/schemas.json +++ b/api/assets/schemas.json
@@ -713,7 +713,10 @@ "type": "object", "properties": { "target_user_id": { - "type": "string" + "type": [ + "null", + "string" + ] }, "target_type": { "type": [