summary refs log tree commit diff
path: root/api/assets
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-09 14:16:50 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-09 14:16:50 +1000
commite28ae7759781219259fac8cb5aad6e0da07a8fe2 (patch)
treed8a085429b454d204e272d7a8923948176587fc3 /api/assets
parentFix types for welcome screen (diff)
parentMerge branch 'master' into feat/multiUploads (diff)
downloadserver-ts-e28ae7759781219259fac8cb5aad6e0da07a8fe2.tar.xz
Merge branch 'feat/multiUploads' into feat/latestWebClient
Diffstat (limited to 'api/assets')
-rw-r--r--api/assets/schemas.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/api/assets/schemas.json b/api/assets/schemas.json

index f066f71e..26ed589e 100644 --- a/api/assets/schemas.json +++ b/api/assets/schemas.json
@@ -2,12 +2,18 @@ "MessageCreateSchema": { "type": "object", "properties": { + "type": { + "type": "integer" + }, "content": { "type": "string" }, "nonce": { "type": "string" }, + "channel_id": { + "type": "string" + }, "tts": { "type": "boolean" },