Skip to content

Commit a9333ad

Browse files
Du Chengcammellos
Du Cheng
authored andcommitted
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 <andrea.maria.piana@gmail.com>
1 parent 12a99f4 commit a9333ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/status_im/ui/screens/status/new/views.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
^{:key (str "image" img)}
4444
[image-preview img])]]))
4545

46-
(def message-max-lenght 300)
46+
(def message-max-lenght 600)
4747

4848
(defn my-status []
4949
(let [images-opened (reagent/atom false)

0 commit comments

Comments
 (0)