Default 500 max_toot_chars
This commit is contained in:
parent
25c028e541
commit
88b807e9d2
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ const messages = defineMessages({
|
|||
|
||||
const mapStateToProps = state => {
|
||||
return {
|
||||
maxTootChars: state.getIn(['instance', 'max_toot_chars']),
|
||||
maxTootChars: state.getIn(['instance', 'max_toot_chars']) || 500,
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue