diff --git a/patches/fix-character-limit.patch b/patches/fix-character-limit.patch index b57e1ce..19e04e7 100644 --- a/patches/fix-character-limit.patch +++ b/patches/fix-character-limit.patch @@ -1,8 +1,8 @@ diff --git a/app/javascript/mastodon/features/compose/components/compose_form.jsx b/app/javascript/mastodon/features/compose/components/compose_form.jsx -index e641d59f4..0cc7719bb 100644 +index 9222b2dc8..e2ce71b96 100644 --- a/app/javascript/mastodon/features/compose/components/compose_form.jsx +++ b/app/javascript/mastodon/features/compose/components/compose_form.jsx -@@ -90,7 +90,7 @@ class ComposeForm extends ImmutablePureComponent { +@@ -100,7 +100,7 @@ class ComposeForm extends ImmutablePureComponent { const fulltext = this.getFulltextForCharacterCounting(); const isOnlyWhitespace = fulltext.length !== 0 && fulltext.trim().length === 0; @@ -11,17 +11,17 @@ index e641d59f4..0cc7719bb 100644 }; handleSubmit = (e) => { -@@ -300,7 +300,7 @@ class ComposeForm extends ImmutablePureComponent { - +@@ -297,7 +297,7 @@ class ComposeForm extends ImmutablePureComponent { + -
-- -+ +
+- ++ +
- diff --git a/app/validators/status_length_validator.rb b/app/validators/status_length_validator.rb -index e107912b7..1e374a84d 100644 +index dc841ded3..734ab143b 100644 --- a/app/validators/status_length_validator.rb +++ b/app/validators/status_length_validator.rb @@ -1,7 +1,7 @@