kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Default 500 max_toot_chars
rodzic
25c028e541
commit
88b807e9d2
|
@ -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,
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue