From 87dfd9bd20692475a9ffa783566a74ef21525835 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Wed, 29 May 2024 15:04:46 +0200 Subject: not working unfilter user langs. adds json flag arg through action funs --- lisp/mastodon-http.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon-http.el') 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 -- cgit v1.2.3