Undo "public" visibility, as it is set by botsin.space
This reverts commit aef6e1f4c0.
This commit is contained in:
parent
aef6e1f4c0
commit
2cc3b262d1
1 changed files with 1 additions and 2 deletions
|
|
@ -59,8 +59,7 @@
|
||||||
(defn send-toot! [text]
|
(defn send-toot! [text]
|
||||||
(when (environment-setup?)
|
(when (environment-setup?)
|
||||||
(http/post (str (:mastodon-instance env) "/api/v1/statuses")
|
(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))}}))
|
:headers {"Authorization" (str "Bearer " (:access-token env))}}))
|
||||||
(log/info text))
|
(log/info text))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue