Zvýšení limitu délky textu na Mastodonu:
1. app/javascript/mastodon/features/compose/components/compose_form.js
<CharacterCounter max={50000} ...
2. app/validators/status_length_validator.rb
MAX_CHARS = 50000
@mig If you're going to clone twitter, why not change limit to 64 characters?
@LukeAlmighty from my point of view, the length limit is a bad idea. Let apps display the first paragraph only instead (with "More..." button). It already works like this.
.. and 64 chars limit? I am sorry, but my usual spam can't fit in :-D
Mainly gaming/nerd instance for people who value free speech. Everyone is welcome.
@LukeAlmighty from my point of view, the length limit is a bad idea. Let apps display the first paragraph only instead (with "More..." button). It already works like this.
.. and 64 chars limit? I am sorry, but my usual spam can't fit in :-D