aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-http.el
diff options
context:
space:
mode:
authormousebot <mousebot@riseup.net>2021-12-16 16:04:01 +0100
committermousebot <mousebot@riseup.net>2021-12-16 16:04:01 +0100
commit7653aacf64214fdaf376f4a5b8c7327116da6a90 (patch)
tree19a254fb1f72b4b87898d1edf961f7293440997c /lisp/mastodon-http.el
parentadfcd9bb45e3a59e8dbc5968708084e3dbf96b68 (diff)
parentf2af3a64967c403145c9b32aefd08ea8932a4770 (diff)
Merge branch 'immed-async-media-upload' into develop
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