Difference between revisions of "Mastodon/admin/character limit"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
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...")
 
 
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>
==Link==
+
==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 14:22, 15 January 2018

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:

Links

Footnotes