emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/mastodon ac11c08a42 1/2: hotfix http-post error


From: ELPA Syncer
Subject: [nongnu] elpa/mastodon ac11c08a42 1/2: hotfix http-post error
Date: Sat, 7 Oct 2023 07:01:08 -0400 (EDT)

branch: elpa/mastodon
commit ac11c08a42ca7d78c14854cfdddff6e6b0cc0f23
Author: marty hiatt <martianhiatus [a t] riseup [d o t] net>
Commit: marty hiatt <martianhiatus [a t] riseup [d o t] net>

    hotfix http-post error
---
 lisp/mastodon-http.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.el
index cb4c32396c..ca826447f0 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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]