diff options
author | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-05 10:40:26 +0100 |
---|---|---|
committer | marty hiatt <martianhiatus [a t] riseup [d o t] net> | 2022-11-05 10:40:26 +0100 |
commit | 40cf1038e386cfe62cfcc81234794b3a13102176 (patch) | |
tree | fbfa46465b9adeef825f8e612fd593d316c39aee /lisp/mastodon-profile.el | |
parent | a7fa1f599630aa0f49e8d0a91d400c6f267622f1 (diff) |
add headers arg to http--process-json and --get-json-async
Diffstat (limited to 'lisp/mastodon-profile.el')
-rw-r--r-- | lisp/mastodon-profile.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mastodon-profile.el b/lisp/mastodon-profile.el index 2e4807c..ebd1b37 100644 --- a/lisp/mastodon-profile.el +++ b/lisp/mastodon-profile.el @@ -183,7 +183,8 @@ contains") (message "Loading your favourited toots...") (mastodon-tl--init "favourites" "favourites" - 'mastodon-tl--timeline)) + 'mastodon-tl--timeline + :headers)) (defun mastodon-profile--view-bookmarks () "Open a new buffer displaying the user's bookmarks." |