aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-http.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-12-16 16:09:35 +0100
committermousebot <mousebot@riseup.net>2021-12-16 16:09:35 +0100
commitc06776ba115c561ddb23fd9887aad1c19c5b960a (patch)
treeb11357c0809f2a578541f09a1fa1bea8f031e7db /lisp/mastodon-http.el
parentdd9ef80d940655bb24958d3c48a86aad45cefa43 (diff)
parent7653aacf64214fdaf376f4a5b8c7327116da6a90 (diff)
Merge branch 'develop' into echo-faves-in-thread
Diffstat (limited to 'lisp/mastodon-http.el')
-rw-r--r--lisp/mastodon-http.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.el
index 1ec0dc0..a4f126f 100644
--- a/lisp/mastodon-http.el
+++ b/lisp/mastodon-http.el
@@ -261,7 +261,7 @@ item uploaded, and `mastodon-toot--update-status-fields' is run."
:parser 'json-read
:headers `(("Authorization" . ,(concat "Bearer "
(mastodon-auth--access-token))))
- :sync t
+ :sync nil
:success (cl-function
(lambda (&key data &allow-other-keys)
(when data