mastodon: add custom script

This commit is contained in:
Wonderfall
2017-06-16 19:50:27 +02:00
parent 120e49dd92
commit 385a865b95
3 changed files with 9 additions and 2 deletions

View File

@ -0,0 +1,7 @@
#!/bin/sh
### Increase number of characters / toot
sed -i -e 's/500/800/g' \
app/javascript/mastodon/features/compose/components/compose_form.js \
app/validators/status_length_validator.rb \
storybook/stories/character_counter.story.js