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
commit990f3a7904d3aeadb15f9c2e61e77f3d98e58671 (patch)
tree5a424057393a57df08aeb359ecf7ca91f8ef3451 /api/assets
parentFix types for welcome screen (diff)
parentMerge branch 'master' into feat/multiUploads (diff)
downloadserver-ts-990f3a7904d3aeadb15f9c2e61e77f3d98e58671.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" },