1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

fix var name

This commit is contained in:
OniriCorpe 2022-03-27 18:20:13 +02:00
parent 37c70c78ac
commit 8f9bb50523

View file

@ -263,7 +263,7 @@ statuses-poll-max-options: __STATUSES_POLL_MAX_OPTIONS__
# Note that going way higher than the default might break federation.
# Examples: [50, 100, 150]
# Default: 50
statuses-poll-option-max-chars: __STATUSES_POLL_OPTION_MAX_OPTIONS__
statuses-poll-option-max-chars: __STATUSES_POLL_OPTION_MAX_CHARS__
# Int. Maximum amount of media files that can be attached to a new status.
# Note that going way higher than the default might break federation.