mirror of https://gitlab.com/litecord/litecord.git
Merge branch 'master' of https://gitlab.com/litecord/litecord
This commit is contained in:
commit
cc45500637
|
|
@ -604,7 +604,7 @@ GET_MENTIONS = {
|
||||||
|
|
||||||
VANITY_URL_PATCH = {
|
VANITY_URL_PATCH = {
|
||||||
# TODO: put proper values in maybe an invite data type
|
# TODO: put proper values in maybe an invite data type
|
||||||
"code": {"type": "string", "minlength": 5, "maxlength": 30}
|
"code": {"type": "string", "minlength": 2, "maxlength": 32}
|
||||||
}
|
}
|
||||||
|
|
||||||
WEBHOOK_CREATE = {
|
WEBHOOK_CREATE = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue