diff options
author | mousebot <mousebot@riseup.net> | 2021-05-14 12:00:25 +0200 |
---|---|---|
committer | mousebot <mousebot@riseup.net> | 2021-05-14 12:00:25 +0200 |
commit | 5ea4b715d022e5a4ccff47d4874ee171aa7af522 (patch) | |
tree | ad01641d01354dd6e81fd1c133c271d01e7534d8 /lisp/mastodon-http.el | |
parent | e53bf8fe17bdf3d750f07075cb9d59ca7f5e97ee (diff) |
display "follows you" and "followed by you" on user profiles
Diffstat (limited to 'lisp/mastodon-http.el')
-rw-r--r-- | lisp/mastodon-http.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.el index f26d808..3fe47c9 100644 --- a/lisp/mastodon-http.el +++ b/lisp/mastodon-http.el @@ -106,9 +106,7 @@ Pass response buffer to CALLBACK function." (url-retrieve-synchronously url nil nil mastodon-http--timeout)))) (defun mastodon-http--delete (url) - "Make DELETE request to URL. - -Pass response buffer to CALLBACK function." + "Make DELETE request to URL." (let ((url-request-method "DELETE") (url-request-extra-headers `(("Authorization" . ,(concat "Bearer " |