mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-25 10:58:06 +01:00
Increase display name characters on CatCatNya~ from 50 to 100
This commit is contained in:
parent
b708c968dc
commit
e42e5885fa
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ MAX_DESCRIPTION_CHARS=69420
|
||||||
MAX_BIO_CHARS=69420
|
MAX_BIO_CHARS=69420
|
||||||
MAX_PROFILE_FIELDS=10
|
MAX_PROFILE_FIELDS=10
|
||||||
MAX_PINNED_TOOTS=10
|
MAX_PINNED_TOOTS=10
|
||||||
MAX_DISPLAY_NAME_CHARS=50
|
MAX_DISPLAY_NAME_CHARS=100
|
||||||
MIN_POLL_OPTIONS=1
|
MIN_POLL_OPTIONS=1
|
||||||
MAX_POLL_OPTIONS=20
|
MAX_POLL_OPTIONS=20
|
||||||
MAX_REACTIONS=3
|
MAX_REACTIONS=3
|
||||||
|
|
Loading…
Reference in a new issue