aboutsummaryrefslogtreecommitdiff
path: root/lisp/mastodon-http.el
diff options
context:
space:
mode:
authormarty hiatt <martianhiatus@riseup.net>2024-05-29 15:04:46 +0200
committermarty hiatt <martianhiatus@riseup.net>2024-05-29 15:04:46 +0200
commit87dfd9bd20692475a9ffa783566a74ef21525835 (patch)
tree6b3c1478d89c635b063f3d5c3a08eb45acb83053 /lisp/mastodon-http.el
parent040c69ad67a380482fff36335bbe975c36c99cdb (diff)
not working unfilter user langs. adds json flag arg through action funs
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 7ef6f77..5065ee5 100644
--- a/lisp/mastodon-http.el
+++ b/lisp/mastodon-http.el
@@ -141,7 +141,7 @@ Used for API form data parameters that take an array."
&optional params headers unauthenticated-p json)
"POST synchronously to URL, optionally with PARAMS and HEADERS.
Authorization header is included by default unless
-UNAUTHENTICATED-P is non-nil.If JSON, encode PARAMS as JSON for
+UNAUTHENTICATED-P is non-nil. If JSON, encode PARAMS as JSON for
the request data."
(mastodon-http--authorized-request "POST"
(let* ((url-request-data