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>
This commit is contained in:
Du Cheng 2021-10-06 09:31:17 -05:00 committed by Andrea Maria Piana
parent 12a99f40d2
commit a9333ad52c
No known key found for this signature in database
GPG Key ID: AA6CCA6DE0E06424
1 changed files with 1 additions and 1 deletions

View File

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