diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-22 10:01:26 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-22 10:01:26 +0100 |
commit | 2b07cf720d4766b39584bff0d82125335f73f824 (patch) | |
tree | 424b17a4be0de9ce67ac1f869e2710025154a7c0 /lisp/mastodon-tl.el | |
parent | 8b45a7a83de0747029b6cd1d1cf7628afef0ad6c (diff) |
fix --get-response-async re params
Diffstat (limited to 'lisp/mastodon-tl.el')
-rw-r--r-- | lisp/mastodon-tl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mastodon-tl.el b/lisp/mastodon-tl.el index d0c2b0b..8d4bba4 100644 --- a/lisp/mastodon-tl.el +++ b/lisp/mastodon-tl.el @@ -2459,7 +2459,7 @@ favourites." (buffer (concat "*mastodon-" buffer-name "*"))) (if headers (mastodon-http--get-response-async - url 'mastodon-tl--init* buffer endpoint update-function headers) + url nil 'mastodon-tl--init* buffer endpoint update-function headers) (mastodon-http--get-json-async url nil 'mastodon-tl--init* buffer endpoint update-function)))) |