diff options
Diffstat (limited to 'app/javascript/flavours/glitch/features')
-rw-r--r-- | app/javascript/flavours/glitch/features/compose/components/upload.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/compose/components/upload.js b/app/javascript/flavours/glitch/features/compose/components/upload.js index 84edf664e..ef0acac84 100644 --- a/app/javascript/flavours/glitch/features/compose/components/upload.js +++ b/app/javascript/flavours/glitch/features/compose/components/upload.js @@ -113,7 +113,7 @@ class Upload extends ImmutablePureComponent { <textarea placeholder={intl.formatMessage(messages.description)} value={description} - maxLength={420} + maxLength={6666} onFocus={this.handleInputFocus} onChange={this.handleInputChange} onBlur={this.handleInputBlur} |