mirror of https://gitlab.com/litecord/litecord.git
Merge branch 'fix-vanity-length' into 'master'
Updating Vanity URL Length See merge request litecord/litecord!50
This commit is contained in:
commit
a37ddbf6b1
|
|
@ -603,7 +603,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