0
0
Fork 0

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
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
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;