From a9333ad52ca71f512d5306f802927d0c20d63944 Mon Sep 17 00:00:00 2001 From: Du Cheng Date: Wed, 6 Oct 2021 09:31:17 -0500 Subject: [PATCH] Doubled the character limit on timeline posts Now, you won't have to fight an arbitrary character limit on posts like Twitter, and you can pack more meaning into your messages without having to split them into multiple messages. Signed-off-by: Andrea Maria Piana --- src/status_im/ui/screens/status/new/views.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/ui/screens/status/new/views.cljs b/src/status_im/ui/screens/status/new/views.cljs index e613248c88..e16795c1ec 100644 --- a/src/status_im/ui/screens/status/new/views.cljs +++ b/src/status_im/ui/screens/status/new/views.cljs @@ -43,7 +43,7 @@ ^{:key (str "image" img)} [image-preview img])]])) -(def message-max-lenght 300) +(def message-max-lenght 600) (defn my-status [] (let [images-opened (reagent/atom false)