From 32d45b23409b4922e1c8eff4ddd22af4f6b34297 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Wed, 28 Jun 2017 02:49:44 +0200 Subject: [PATCH] mastodon (targaryen): increase bio length to 400 --- mastodon/targaryen/targaryen.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mastodon/targaryen/targaryen.sh b/mastodon/targaryen/targaryen.sh index e92eee1..f2a877a 100644 --- a/mastodon/targaryen/targaryen.sh +++ b/mastodon/targaryen/targaryen.sh @@ -4,7 +4,14 @@ 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 + storybook/stories/character_counter.story.js \ + config/locales/*.yml + +### Increase bio length +sed -i -e 's/160/400/g' \ + app/javascript/packs/public.js \ + app/models/account.rb \ + app/views/settings/profiles/show.html.haml ### Dragon emoji sed -i -e 's/1f602/1f432/g' \