Skip to content

Commit

Permalink
Doubled the character limit on timeline posts
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Du Cheng authored and cammellos committed Oct 8, 2021
1 parent 12a99f4 commit a9333ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/ui/screens/status/new/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a9333ad

Please sign in to comment.