From ac11c08a42ca7d78c14854cfdddff6e6b0cc0f23 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sat, 7 Oct 2023 10:06:24 +0200 Subject: hotfix http-post error --- 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 cb4c323..ca82644 100644 --- a/lisp/mastodon-http.el +++ b/lisp/mastodon-http.el @@ -135,7 +135,7 @@ Authorization header is included by default unless UNAUTHENTICATED-P is non-nil. (when params (if json (json-encode params) - (fedi-http--build-params-string params)))) + (mastodon-http--build-params-string params)))) (url-request-extra-headers (append url-request-extra-headers ; auth set in macro (unless (assoc "Content-Type" headers) ; pleroma compat: -- cgit v1.2.3