mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-14 22:48:21 -05:00
@@ -79,7 +79,7 @@ export default class Upload extends ImmutablePureComponent {
|
||||
placeholder={intl.formatMessage(messages.description)}
|
||||
type='text'
|
||||
value={description}
|
||||
maxLength={140}
|
||||
maxLength={420}
|
||||
onFocus={this.handleInputFocus}
|
||||
onChange={this.handleInputChange}
|
||||
onBlur={this.handleInputBlur}
|
||||
|
||||
Reference in New Issue
Block a user