summary refs log tree commit diff
path: root/api/assets
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-17 20:49:49 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-17 20:49:49 +1000
commitc7551a83b8bdb8ae7191b237c406cb6c00fb4d54 (patch)
tree785184865c52d0b284421a7dbf664ba77849d94e /api/assets
parent* Make max website preview download size for embeds configurable (diff)
parentRelax some of the limits (diff)
downloadserver-c7551a83b8bdb8ae7191b237c406cb6c00fb4d54.tar.xz
Merge branch 'master' into fix/messageLinkMetas
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 a930938f..2102292b 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" },