Handle character limit in initial state in frontend.

This commit is contained in:
Lain Iwakura
2017-11-14 16:24:10 +01:00
committed by Haelwenn (lanodan) Monnier
parent f1bfcb50f0
commit 6bae583d2f
2 changed files with 5 additions and 3 deletions

View File

@ -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;