diff options
Diffstat (limited to 'lisp/mastodon-http.el')
-rw-r--r-- | lisp/mastodon-http.el | 2 |
1 files changed, 1 insertions, 1 deletions
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: |