summary refs log tree commit diff
path: root/api/assets/schemas.json
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-03 01:35:11 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-03 01:35:11 +1000
commite6ffc7c13c35c367859e19be486126149e767f1e (patch)
tree4576268fffeafae793dbd659e88d83867285d1f1 /api/assets/schemas.json
parentMass invite perm (diff)
parentAllow nicknames through MemberChangeSchema (diff)
downloadserver-e6ffc7c13c35c367859e19be486126149e767f1e.tar.xz
Merge branch 'fix/nicknames' into slowcord
Diffstat (limited to 'api/assets/schemas.json')
-rw-r--r--api/assets/schemas.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/assets/schemas.json b/api/assets/schemas.json

index 03c240a0..eac24adb 100644 --- a/api/assets/schemas.json +++ b/api/assets/schemas.json
@@ -7213,6 +7213,9 @@ "items": { "type": "string" } + }, + "nick": { + "type": "string" } }, "additionalProperties": false,