Handle character limit in initial state in frontend.
This commit is contained in:
parent
f1bfcb50f0
commit
6bae583d2f
2 changed files with 5 additions and 3 deletions
|
@ -11,5 +11,6 @@ export const boostModal = getMeta('boost_modal');
|
|||
export const deleteModal = getMeta('delete_modal');
|
||||
export const me = getMeta('me');
|
||||
export const searchEnabled = getMeta('search_enabled');
|
||||
export const maxChars = getMeta('max_toot_chars') || 500;
|
||||
|
||||
export default initialState;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue