diff --git a/src/computersandblues/frantisek_kafka/samsa.clj b/src/computersandblues/frantisek_kafka/samsa.clj index 8f8b1ff..9a263db 100644 --- a/src/computersandblues/frantisek_kafka/samsa.clj +++ b/src/computersandblues/frantisek_kafka/samsa.clj @@ -59,7 +59,8 @@ (defn send-toot! [text] (when (environment-setup?) (http/post (str (:mastodon-instance env) "/api/v1/statuses") - {:form-params {:status text} + {:form-params {:status text + :visiblity "public"} :headers {"Authorization" (str "Bearer " (:access-token env))}})) (log/info text))