Difference between revisions of "software/Mastodon/admin/character limit"
Jump to navigation
Jump to search
(Created page with "{{seed}} It might be necessary to somehow cause the JavaScript to be repacked after making changes. Still researching this. Incomplete list of files that probably need modify...") |
m (Woozle moved page Mastodon/admin/character limit to software/Mastodon/admin/character limit: disambiguate from band (eventually)) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{seed}} | {{seed}} | ||
It might be necessary to somehow cause the JavaScript to be repacked after making changes. Still researching this. | It might be necessary to somehow cause the JavaScript to be repacked after making changes. Still researching this. | ||
+ | |||
+ | Note that there is some controversy over whether increasing the character limit is a good idea.<ref name=github1446 /> | ||
Incomplete list of files that probably need modifying: | Incomplete list of files that probably need modifying: | ||
* [https://github.com/tootsuite/mastodon/blob/e1fcad34a9e3c3fd22b3bee66b82d85bd03629fb/app/validators/status_length_validator.rb <code>$mastodon/app/validators/status_length_validator.rb</code>] | * [https://github.com/tootsuite/mastodon/blob/e1fcad34a9e3c3fd22b3bee66b82d85bd03629fb/app/validators/status_length_validator.rb <code>$mastodon/app/validators/status_length_validator.rb</code>] | ||
* <code>$mastodon/app/javascript/mastodon/features/compose/components/compose_form.js</code> | * <code>$mastodon/app/javascript/mastodon/features/compose/components/compose_form.js</code> | ||
− | == | + | ==Links== |
* '''2017-04-29''' [https://gist.github.com/BrunoSpy/6581f106a15f5d830f3e2289002da2f5 Change the character limit of your Mastodon instance]: doesn't say where some of the files can be found; may be outdated | * '''2017-04-29''' [https://gist.github.com/BrunoSpy/6581f106a15f5d830f3e2289002da2f5 Change the character limit of your Mastodon instance]: doesn't say where some of the files can be found; may be outdated | ||
+ | ==Footnotes== | ||
+ | <references> | ||
+ | <ref name=github1446>'''2017-04-10''' [https://github.com/tootsuite/mastodon/issues/1446 Issue #1446: Remove the toot character limit entirely]: closed as WONTFIX</ref> | ||
+ | </references> |
Latest revision as of 19:12, 12 March 2025
This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!
|
It might be necessary to somehow cause the JavaScript to be repacked after making changes. Still researching this.
Note that there is some controversy over whether increasing the character limit is a good idea.[1]
Incomplete list of files that probably need modifying:
$mastodon/app/validators/status_length_validator.rb
$mastodon/app/javascript/mastodon/features/compose/components/compose_form.js
Links
- 2017-04-29 Change the character limit of your Mastodon instance: doesn't say where some of the files can be found; may be outdated
Footnotes
- ↑ 2017-04-10 Issue #1446: Remove the toot character limit entirely: closed as WONTFIX