software/Mastodon/admin/character limit: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
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..." |
No edit summary |
||
| 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> | |||
Revision as of 14:22, 15 January 2018
- redirect Template:seed
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:
$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
<references> <ref name=github1446>2017-04-10 Issue #1446: Remove the toot character limit entirely: closed as WONTFIX</ref> </references>
