Joshix 🦣 on Nostr: Erik Uden => ErikUden@mastodon.de like the default max 500 chars in a toot limit or ...
Erik Uden => ErikUden@mastodon.de (npub124y…5qf8) like the default max 500 chars in a toot limit or the 4 options in a poll.
Based on the code it seems like glitch allows customizing them with env vars.
e.g. MAX_TOOT_CHARS and MAX_POLL_OPTIONS
See:
https://github.com/glitch-soc/mastodon/blob/a40529fa79c6882eb1929014e5f9324d8e81ae49/app/validators/poll_validator.rb#L4-L5
https://github.com/glitch-soc/mastodon/blob/a40529fa79c6882eb1929014e5f9324d8e81ae49/app/validators/status_length_validator.rb#L4
For some reason I don't see those mentioned in their documentation at https://glitch-soc.github.io/docs/
Based on the code it seems like glitch allows customizing them with env vars.
e.g. MAX_TOOT_CHARS and MAX_POLL_OPTIONS
See:
https://github.com/glitch-soc/mastodon/blob/a40529fa79c6882eb1929014e5f9324d8e81ae49/app/validators/poll_validator.rb#L4-L5
https://github.com/glitch-soc/mastodon/blob/a40529fa79c6882eb1929014e5f9324d8e81ae49/app/validators/status_length_validator.rb#L4
For some reason I don't see those mentioned in their documentation at https://glitch-soc.github.io/docs/